From 3a6ddbcda40a491451f6ef3aadf1a1da8b78d630 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sat, 2 Oct 2021 09:31:43 +0200 Subject: [PATCH] Definice souboroveho systemu dle knihovny sysvars --- src/WiFiConfig.cpp | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/WiFiConfig.cpp b/src/WiFiConfig.cpp index 18546e7..bbbe948 100644 --- a/src/WiFiConfig.cpp +++ b/src/WiFiConfig.cpp @@ -6,20 +6,7 @@ #include "embHTML.h" #include #include -#ifndef USEDFS -# if defined(ESP32) -# ifdef USE_LITTLEFS -# include -# define USEDFS LITTLEFS -# else -# include -# define USEDFS SPIFFS -# endif -# else -# include -# define USEDFS LittleFS -# endif -#endif +#include #ifdef USE_WIFICONFIG_FSEDITOR # include # include