fix: move WIFI_CONNECTED_BIT event bit to not clash with mqtt_provider events
This commit is contained in:
+1
-1
@@ -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 (BIT0–BIT6) */
|
||||
|
||||
#define DEFAULT_MQTT_PORT 1883
|
||||
#define MDNS_QUERY_TIMEOUT_MS 3000
|
||||
|
||||
Reference in New Issue
Block a user