This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix warning
rules-rpn
Max Prokhorov
5 years ago
parent
3c1cfbfdbe
commit
5db1523e20
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
code/espurna/utils.ino
+ 1
- 0
code/espurna/utils.ino
View File
@ -373,6 +373,7 @@ const char* _info_wifi_sleep_mode(WiFiSleepType_t type) {
case
WIFI_NONE_SLEEP
:
return
"
NONE
"
;
case
WIFI_LIGHT_SLEEP
:
return
"
LIGHT
"
;
case
WIFI_MODEM_SLEEP
:
return
"
MODEM
"
;
default
:
return
"
UNKNOWN
"
;
}
}
Write
Preview
Loading…
Cancel
Save