Fit to ESP-IDF V5
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ static EventGroupHandle_t s_wifi_event_group;
|
||||
* - we are connected to the AP with an IP
|
||||
* - we failed to connect after the maximum amount of retries */
|
||||
#define WIFI_CONNECTED_BIT BIT0
|
||||
#define WIFI_FAIL_BIT BIT1
|
||||
#define WIFI_FAIL_BIT BIT1
|
||||
|
||||
static int s_retry_num = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user