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
Check DNS requests only in AP mode
fastled
Xose Pérez
8 years ago
parent
fee84cfaad
commit
cd8aaf95c7
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
code/src/wifi.ino
+ 3
- 1
code/src/wifi.ino
View File
@ -164,5 +164,7 @@ void wifiSetup() {
void
wifiLoop
(
)
{
void
wifiLoop
(
)
{
jw
.
loop
(
)
;
jw
.
loop
(
)
;
dnsServer
.
processNextRequest
(
)
;
if
(
WiFi
.
getMode
(
)
=
=
WIFI_AP
)
{
dnsServer
.
processNextRequest
(
)
;
}
}
}
Write
Preview
Loading…
Cancel
Save