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
Using yield in main loop
fastled
Xose Pérez
8 years ago
parent
a662376892
commit
69139ac2a7
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/src/main.ino
+1
-1
code/src/ntp.ino
+ 1
- 1
code/src/main.ino
View File
@ -199,6 +199,6 @@ void loop() {
powerMonitorLoop
(
)
;
#
endif
delay
(
1
)
;
yield
(
)
;
}
+ 1
- 1
code/src/ntp.ino
View File
@ -1,6 +1,6 @@
/*
R
E
N
T
A
LITO
ESPU
RNA
NTP
MODULE
Copyright
(
C
)
2016
by
Xose
Pérez
<
xose
dot
perez
at
gmail
dot
com
>
Write
Preview
Loading…
Cancel
Save