Browse Source

Small changes in compile directives

fastled
Xose Pérez 7 years ago
parent
commit
bcb387da78
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      code/espurna/debug.ino
  2. +1
    -1
      code/espurna/wifi.ino

+ 4
- 0
code/espurna/debug.ino View File

@ -6,6 +6,8 @@ Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com>
*/
#if DEBUG_SERIAL_SUPPORT || DEBUG_UDP_SUPPORT
#include <stdio.h>
#include <stdarg.h>
@ -72,3 +74,5 @@ void debugSend_P(PGM_P format, ...) {
#endif
}
#endif // DEBUG_SERIAL_SUPPORT || DEBUG_UDP_SUPPORT

+ 1
- 1
code/espurna/wifi.ino View File

@ -223,7 +223,7 @@ void wifiSetup() {
DEBUG_MSG_P(PSTR("[WIFI] Could not create access point\n"));
}
#endif
#endif // DEBUG_SERIAL_SUPPORT || DEBUG_UDP_SUPPORT
// Configure mDNS
#if MDNS_SUPPORT


Loading…
Cancel
Save