From 49719a5af907a782549bf6a691843519b0033a78 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sun, 10 Jan 2021 02:15:25 +0100 Subject: [PATCH] Fix hasp_filesystem include --- include/hasp_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index 3253c178..7d133d6c 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -113,8 +113,8 @@ #include "LITTLEFS.h" #elif defined(ARDUINO_ARCH_ESP8266) #include // Include the FS library -#include "hasp_filesystem.h" #endif +#include "hasp_filesystem.h" #endif #if HASP_USE_SPIFFS > 0 || HASP_USE_LITTLEFS > 0