Debug was broken
Stack problem
This commit is contained in:
@@ -30,15 +30,6 @@
|
|||||||
|
|
||||||
#include <ArduinoJson.h> //https://github.com/bblanchon/ArduinoJson
|
#include <ArduinoJson.h> //https://github.com/bblanchon/ArduinoJson
|
||||||
|
|
||||||
#if defined(ENABLE_E131)
|
|
||||||
// ***************************************************************************
|
|
||||||
// Load libraries for E131 support
|
|
||||||
// ***************************************************************************
|
|
||||||
#include <ESPAsyncUDP.h> //https://github.com/me-no-dev/ESPAsyncUDP
|
|
||||||
#include <ESPAsyncE131.h> //https://github.com/forkineye/ESPAsyncE131
|
|
||||||
ESPAsyncE131* e131 = NULL; //(END_UNIVERSE - START_UNIVERSE + 1);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// MQTT
|
// MQTT
|
||||||
#if defined(ENABLE_MQTT)
|
#if defined(ENABLE_MQTT)
|
||||||
#if ENABLE_MQTT == 0
|
#if ENABLE_MQTT == 0
|
||||||
@@ -68,6 +59,15 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(ENABLE_E131)
|
||||||
|
// ***************************************************************************
|
||||||
|
// Load libraries for E131 support
|
||||||
|
// ***************************************************************************
|
||||||
|
#include <ESPAsyncUDP.h> //https://github.com/me-no-dev/ESPAsyncUDP
|
||||||
|
#include <ESPAsyncE131.h> //https://github.com/forkineye/ESPAsyncE131
|
||||||
|
ESPAsyncE131* e131 = NULL; //(END_UNIVERSE - START_UNIVERSE + 1);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(ENABLE_REMOTE)
|
#if defined(ENABLE_REMOTE)
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
// Load libraries for IR remote support
|
// Load libraries for IR remote support
|
||||||
|
|||||||
Reference in New Issue
Block a user