mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fix includes
This commit is contained in:
parent
f4e408d1c5
commit
c568187ff4
@ -1,5 +1,3 @@
|
||||
#include "ArduinoLog.h"
|
||||
|
||||
#ifdef USE_CONFIG_OVERRIDE
|
||||
#include "user_config_override.h"
|
||||
#endif
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user