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
Update enableScan entry point
fastled^2
Xose Pérez
6 years ago
parent
81eb809d4f
commit
ce952cffb3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/wifi.ino
+ 1
- 1
code/espurna/wifi.ino
View File
@ -73,7 +73,7 @@ void _wifiConfigure() {
}
}
jw
.
scanNetworks
(
getSetting
(
"
wifiScan
"
,
WIFI_SCAN_NETWORKS
)
.
toInt
(
)
=
=
1
)
;
jw
.
enableScan
(
getSetting
(
"
wifiScan
"
,
WIFI_SCAN_NETWORKS
)
.
toInt
(
)
=
=
1
)
;
}
Write
Preview
Loading…
Cancel
Save