mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Fix includes
This commit is contained in:
parent
f4e408d1c5
commit
c568187ff4
@ -1,5 +1,3 @@
|
|||||||
#include "ArduinoLog.h"
|
|
||||||
|
|
||||||
#ifdef USE_CONFIG_OVERRIDE
|
#ifdef USE_CONFIG_OVERRIDE
|
||||||
#include "user_config_override.h"
|
#include "user_config_override.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -42,10 +42,6 @@ EthernetClient mqttNetworkClient;
|
|||||||
|
|
||||||
#include "../hasp/hasp_dispatch.h"
|
#include "../hasp/hasp_dispatch.h"
|
||||||
|
|
||||||
// #ifdef USE_CONFIG_OVERRIDE
|
|
||||||
// #include "user_config_override.h"
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
char mqttNodeTopic[24];
|
char mqttNodeTopic[24];
|
||||||
char mqttGroupTopic[24];
|
char mqttGroupTopic[24];
|
||||||
bool mqttEnabled = false;
|
bool mqttEnabled = false;
|
||||||
|
@ -28,10 +28,6 @@
|
|||||||
#include <DNSServer.h>
|
#include <DNSServer.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// #ifdef USE_CONFIG_OVERRIDE
|
|
||||||
// #include "user_config_override.h"
|
|
||||||
// #endif
|
|
||||||
|
|
||||||
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
|
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)
|
||||||
File fsUploadFile;
|
File fsUploadFile;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user