Definice souboroveho systemu dle knihovny sysvars

This commit is contained in:
Pavel Brychta 2021-10-02 09:31:43 +02:00
parent bead5efcf4
commit 3a6ddbcda4

View File

@ -6,20 +6,7 @@
#include "embHTML.h"
#include <encString.hpp>
#include <FS.h>
#ifndef USEDFS
# if defined(ESP32)
# ifdef USE_LITTLEFS
# include <LITTLEFS.h>
# define USEDFS LITTLEFS
# else
# include <SPIFFS.h>
# define USEDFS SPIFFS
# endif
# else
# include <LittleFS.h>
# define USEDFS LittleFS
# endif
#endif
#include <definefs.hpp>
#ifdef USE_WIFICONFIG_FSEDITOR
# include <SPIFFSEditor.h>
# include <FSWebEditor.h>