Fix hasp_filesystem include

This commit is contained in:
fvanroie 2021-01-10 02:15:25 +01:00
parent 3ce1e19ab1
commit 49719a5af9

View File

@ -113,8 +113,8 @@
#include "LITTLEFS.h" #include "LITTLEFS.h"
#elif defined(ARDUINO_ARCH_ESP8266) #elif defined(ARDUINO_ARCH_ESP8266)
#include <FS.h> // Include the FS library #include <FS.h> // Include the FS library
#include "hasp_filesystem.h"
#endif #endif
#include "hasp_filesystem.h"
#endif #endif
#if HASP_USE_SPIFFS > 0 || HASP_USE_LITTLEFS > 0 #if HASP_USE_SPIFFS > 0 || HASP_USE_LITTLEFS > 0