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
Revert "Adding a 1ms delay after UDP send to avoid loosing packets (
#438
)"
This reverts commit
49973d14ca
.
rfm69
Xose Pérez
6 years ago
parent
2060dd9661
commit
68c0320298
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
code/espurna/debug.ino
+ 0
- 1
code/espurna/debug.ino
View File
@ -50,7 +50,6 @@ void _debugSend(char * message) {
#
endif
_udp_debug
.
write
(
message
)
;
_udp_debug
.
endPacket
(
)
;
delay
(
1
)
;
// https://github.com/xoseperez/espurna/issues/438
#
if SYSTEM_CHECK_ENABLED
}
#
endif
Write
Preview
Loading…
Cancel
Save