diff --git a/include/hasp_conf.h b/include/hasp_conf.h index 8d739b66..9a9d4b46 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -94,6 +94,8 @@ #endif /* Includes */ +#include + #if HASP_USE_SPIFFS > 0 #if defined(ARDUINO_ARCH_ESP32) #include "SPIFFS.h" @@ -104,7 +106,7 @@ #if HASP_USE_LITTLEFS > 0 #if defined(ARDUINO_ARCH_ESP32) -#include +#include "LITTLEFS.h" #endif #include // Include the FS library #include "hasp_filesystem.h"