diff --git a/include/lv_conf.h b/include/lv_conf.h index 1d9e364d..c7ea9aad 100644 --- a/include/lv_conf.h +++ b/include/lv_conf.h @@ -1,5 +1,3 @@ -#include "ArduinoLog.h" - #ifdef USE_CONFIG_OVERRIDE #include "user_config_override.h" #endif diff --git a/src/mqtt/hasp_mqtt_pubsubclient.cpp b/src/mqtt/hasp_mqtt_pubsubclient.cpp index 2114da75..e77a7cf1 100644 --- a/src/mqtt/hasp_mqtt_pubsubclient.cpp +++ b/src/mqtt/hasp_mqtt_pubsubclient.cpp @@ -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; diff --git a/src/sys/svc/hasp_http.cpp b/src/sys/svc/hasp_http.cpp index a5786dae..065764fe 100644 --- a/src/sys/svc/hasp_http.cpp +++ b/src/sys/svc/hasp_http.cpp @@ -28,10 +28,6 @@ #include #endif -// #ifdef USE_CONFIG_OVERRIDE -// #include "user_config_override.h" -// #endif - #if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32) File fsUploadFile; #endif