Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234a874 commit f95f0edCopy full SHA for f95f0ed
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