Debug was broken

Stack problem
This commit is contained in:
bpohvoodoo
2019-03-20 19:23:41 +01:00
parent e1760bdab0
commit 71fd7e5b68
+9 -9
View File
@@ -30,15 +30,6 @@
#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
#if defined(ENABLE_MQTT)
#if ENABLE_MQTT == 0
@@ -68,6 +59,15 @@
#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)
// ***************************************************************************
// Load libraries for IR remote support