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

@@ -1,7 +1,7 @@
#include <WiFi.h>
#include <PubSubClient.h>
#define SSID "iPhone de Jose"
#define PASSWORD "bombardeenlaus"
#define SSID "Redmi Note 14 Pro 5G"
#define PASSWORD "aitv5949"
int setup_wifi();