1
0

Update WiFi connection handling, adjust MQTT timer, and implement group ID deserialization

This commit is contained in:
Jose
2025-06-03 23:00:50 +02:00
parent fc9a622252
commit cedf39d95a
5 changed files with 47 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
#include <WiFi.h>
#include <PubSubClient.h>
#define SSID "iPhone de Jose"
#define WIFI_PASSWORD "bombardeenlaus"
#define SSID "DIGIFIBRA-D2ys"
#define WIFI_PASSWORD "4EEATsyTcZ"
int WiFi_Init();