Upravy i pro preklad ESP32 Core 2.0.0
This commit is contained in:
parent
94a5f46320
commit
9d521dbdb9
@ -11,9 +11,14 @@
|
||||
#ifndef USEDFS
|
||||
# if defined(ESP32)
|
||||
# ifdef USE_LITTLEFS
|
||||
# if ESP_IDF_VERSION_MAJOR < 4
|
||||
# include <LITTLEFS.h>
|
||||
# define USEDFS LITTLEFS
|
||||
# else
|
||||
# include <LittleFS.h>
|
||||
# define USEDFS LittleFS
|
||||
# endif
|
||||
# else
|
||||
# include <SPIFFS.h>
|
||||
# define USEDFS SPIFFS
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user