This website works better with JavaScript.
Home
Help
Sign In
nomis
/
lamp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: wifi connection test
master
n0m1s
6 years ago
parent
fbd6a8d514
commit
75e0e6c643
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
wifi.cpp
+ 2
- 2
wifi.cpp
View File
@ -13,7 +13,7 @@ void Wifi::keep_alive_connection()
m_wifi
.
run
(
)
;
m_wifi
.
run
(
)
;
}
}
void
Wifi
:
:
is_connected
(
)
const
bool
Wifi
:
:
is_connected
(
)
const
{
{
return
m_wif
i
.
status
(
)
=
=
WL_CONNECTED
;
return
WiF
i
.
status
(
)
=
=
WL_CONNECTED
;
}
}
Write
Preview
Loading…
Cancel
Save