Definice souboroveho systemu dle knihovny sysvars
This commit is contained in:
parent
bead5efcf4
commit
3a6ddbcda4
@ -6,20 +6,7 @@
|
|||||||
#include "embHTML.h"
|
#include "embHTML.h"
|
||||||
#include <encString.hpp>
|
#include <encString.hpp>
|
||||||
#include <FS.h>
|
#include <FS.h>
|
||||||
#ifndef USEDFS
|
#include <definefs.hpp>
|
||||||
# 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
|
|
||||||
#ifdef USE_WIFICONFIG_FSEDITOR
|
#ifdef USE_WIFICONFIG_FSEDITOR
|
||||||
# include <SPIFFSEditor.h>
|
# include <SPIFFSEditor.h>
|
||||||
# include <FSWebEditor.h>
|
# include <FSWebEditor.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user