Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f95f0ed

Browse files
committed
Fix WiFiSleepType_t values to match SDK ones
1 parent 234a874 commit f95f0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/ESP8266WiFiType.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef enum {
4040
} WiFiPhyMode_t;
4141

4242
typedef enum {
43-
WIFI_NONE_SLEEP = 0, WIFI_LIGHT_SLEEP = 2, WIFI_MODEM_SLEEP = 3
43+
WIFI_NONE_SLEEP = 0, WIFI_LIGHT_SLEEP =1, WIFI_MODEM_SLEEP = 2
4444
} WiFiSleepType_t;
4545

4646

0 commit comments

Comments
 (0)