libretiny

This commit is contained in:
Mit4el
2024-09-20 12:45:17 +03:00
parent b32abb5a28
commit 596eb9cad4
78 changed files with 8577 additions and 63 deletions

View File

@@ -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"