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
Allow a little delay in UDP communication after a message sent
fastled
Xose Pérez
7 years ago
parent
c0c4abfbf0
commit
25e7a9e6eb
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
code/espurna/debug.ino
+ 1
- 0
code/espurna/debug.ino
View File
@ -67,6 +67,7 @@ void debugSend_P(PGM_P format, ...) {
udpDebug
.
write
(
"
(...)
\n
"
)
;
udpDebug
.
write
(
"
(...)
\n
"
)
;
}
}
udpDebug
.
endPacket
(
)
;
udpDebug
.
endPacket
(
)
;
delay
(
1
)
;
#
endif
#
endif
}
}
Write
Preview
Loading…
Cancel
Save