mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
libretiny
This commit is contained in:
@@ -15,6 +15,18 @@ extern FS* filesystem;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(LIBRETINY)
|
||||
#include <FS.h>
|
||||
|
||||
#include "LittleFS.h"
|
||||
|
||||
#define FileFS LittleFS
|
||||
#define FS_NAME "LittleFS_LT"
|
||||
#define FILE_READ "r"
|
||||
#define FILE_WRITE "w"
|
||||
#define FILE_APPEND "a"
|
||||
#endif
|
||||
|
||||
#ifdef ESP8266
|
||||
#if USE_LITTLEFS
|
||||
#include "LittleFS.h"
|
||||
|
||||
Reference in New Issue
Block a user