fix: move WIFI_CONNECTED_BIT event bit to not clash with mqtt_provider events

This commit is contained in:
2026-05-16 11:59:00 +02:00
parent 680522c930
commit 163a0de93a
+1 -1
View File
@@ -19,7 +19,7 @@
#define TAG "main"
#define WIFI_CONNECTED_BIT BIT5 /* offset to avoid clashing with mqtt_publisher bits */
#define WIFI_CONNECTED_BIT BIT8 /* must not clash with mqtt_publisher bits (BIT0BIT6) */
#define DEFAULT_MQTT_PORT 1883
#define MDNS_QUERY_TIMEOUT_MS 3000