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
Remove 500ms delay on boot
fastled
Xose Pérez
7 years ago
parent
5f87e3ced3
commit
4aab3db2c1
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
code/espurna/espurna.ino
+ 0
- 1
code/espurna/espurna.ino
View File
@ -227,7 +227,6 @@ void setup() {
saveSettings
(
)
;
saveSettings
(
)
;
}
}
delay
(
500
)
;
wifiSetup
(
)
;
wifiSetup
(
)
;
otaSetup
(
)
;
otaSetup
(
)
;
#
if TELNET_SUPPORT
#
if TELNET_SUPPORT
Write
Preview
Loading…
Cancel
Save