changed defaults

This commit is contained in:
bpohvoodoo
2019-03-20 17:17:00 +01:00
parent 4c88233a6f
commit e1760bdab0
3 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -30,6 +30,15 @@
#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
@@ -59,15 +68,6 @@
#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