This commit is contained in:
Yuri Trikoz
2020-12-20 01:24:08 +03:00
parent e60d5eb62f
commit 2aa3b56e85
13 changed files with 53 additions and 67 deletions

View File

@@ -6,6 +6,8 @@
#define FILE_WRITE "w"
#define FILE_APPEND "a"
#include <FS.h>
#if USE_LITTLEFS
#include <LittleFS.h>
extern FS LittleFS;