We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e67c88 + f95f0ed commit fecddbaCopy full SHA for fecddba
libraries/ESP8266WiFi/src/ESP8266WiFiType.h
@@ -40,7 +40,7 @@ typedef enum {
40
} WiFiPhyMode_t;
41
42
typedef enum {
43
- WIFI_NONE_SLEEP = 0, WIFI_LIGHT_SLEEP = 2, WIFI_MODEM_SLEEP = 3
+ WIFI_NONE_SLEEP = 0, WIFI_LIGHT_SLEEP =1, WIFI_MODEM_SLEEP = 2
44
} WiFiSleepType_t;
45
46
0 commit comments