Fix includes

This commit is contained in:
fvanroie 2022-04-26 15:06:19 +02:00
parent f4e408d1c5
commit c568187ff4
3 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,3 @@
#include "ArduinoLog.h"
#ifdef USE_CONFIG_OVERRIDE
#include "user_config_override.h"
#endif

View File

@ -42,10 +42,6 @@ EthernetClient mqttNetworkClient;
#include "../hasp/hasp_dispatch.h"
// #ifdef USE_CONFIG_OVERRIDE
// #include "user_config_override.h"
// #endif
char mqttNodeTopic[24];
char mqttGroupTopic[24];
bool mqttEnabled = false;

View File

@ -28,10 +28,6 @@
#include <DNSServer.h>
#endif
// #ifdef USE_CONFIG_OVERRIDE
// #include "user_config_override.h"
// #endif
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
File fsUploadFile;
#endif