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
Restore small delay before wifi to allow autoconnection
fastled
Xose Pérez
7 years ago
parent
79a8dc6c06
commit
e758c2295d
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
code/espurna/espurna.ino
+ 3
- 0
code/espurna/espurna.ino
View File
@ -122,6 +122,9 @@ void setup() {
relaySetup
(
)
;
relaySetup
(
)
;
buttonSetup
(
)
;
buttonSetup
(
)
;
ledSetup
(
)
;
ledSetup
(
)
;
delay
(
500
)
;
wifiSetup
(
)
;
wifiSetup
(
)
;
otaSetup
(
)
;
otaSetup
(
)
;
mqttSetup
(
)
;
mqttSetup
(
)
;
Write
Preview
Loading…
Cancel
Save