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
Missing dependency
fastled
Xose Pérez
7 years ago
parent
be7a1b8c31
commit
d047856be9
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
code/espurna/debug.ino
+ 4
- 0
code/espurna/debug.ino
View File
@ -11,6 +11,10 @@ Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
#
include
<stdio.h>
#
include
<stdio.h>
#
include
<stdarg.h>
#
include
<stdarg.h>
extern
"
C
"
{
#
include
"user_interface.h"
}
#
if DEBUG_UDP_SUPPORT
#
if DEBUG_UDP_SUPPORT
#
include
<WiFiUdp.h>
#
include
<WiFiUdp.h>
WiFiUDP
udpDebug
;
WiFiUDP
udpDebug
;
Write
Preview
Loading…
Cancel
Save