1
0

Adding MQTT protocol to allow message interchange

This commit is contained in:
2025-04-09 10:13:47 +02:00
parent bef8b30f2c
commit 9f9229749b
8 changed files with 71 additions and 99 deletions

View File

@@ -0,0 +1,2 @@
#include <WiFi.h>
#include <PubSubClient.h>