Prepare for LittleFS

This commit is contained in:
fvanroie 2020-11-14 15:26:41 +01:00
parent 24f783308a
commit 8c74ba6ddf

View File

@ -2,6 +2,7 @@
#include <Arduino.h> #include <Arduino.h>
#include "hasp_conf.h" #include "hasp_conf.h"
#include "hasp_debug.h" #include "hasp_debug.h"
#include "hasp_config.h" #include "hasp_config.h"
#include "hasp_gui.h" #include "hasp_gui.h"
@ -22,8 +23,8 @@ void setup()
eepromSetup(); // Don't start at boot, only at write eepromSetup(); // Don't start at boot, only at write
#endif #endif
#if HASP_USE_SPIFFS > 0 #if HASP_USE_SPIFFS > 0 || HASP_USE_LITTLEFS > 0
spiffsSetup(); filesystemSetup();
#endif #endif
#if HASP_USE_SDCARD > 0 #if HASP_USE_SDCARD > 0