diff --git a/include/hasp_conf.h b/include/hasp_conf.h index 4a740f7e..b4a8fe52 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -1,6 +1,6 @@ #pragma once -#define USE_HASP_APP 1 +#define HASP_USE_APP 1 #define HASP_USE_WIFI 1 #define HASP_USE_MQTT 1 diff --git a/src/hasp_config.cpp b/src/hasp_config.cpp index ffbdf4b2..6f917521 100644 --- a/src/hasp_config.cpp +++ b/src/hasp_config.cpp @@ -1,10 +1,10 @@ #include "Arduino.h" #include "ArduinoJson.h" +#include // Include the SPIFFS library #if defined(ARDUINO_ARCH_ESP32) #include "SPIFFS.h" #endif -#include // Include the SPIFFS library #include "hasp_config.h" #include "hasp_log.h"