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