Browse Source

Missing dependency

fastled
Xose Pérez 7 years ago
parent
commit
d047856be9
1 changed files with 4 additions and 0 deletions
  1. +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;


Loading…
Cancel
Save