Definice souboroveho systemu dle knihovny sysvars
This commit is contained in:
parent
bead5efcf4
commit
3a6ddbcda4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user