Filesystem fixes for LittleFS

This commit is contained in:
Thomas Göttgens
2022-09-21 16:47:10 +02:00
parent b38ae783b9
commit b5a8efa16b
4 changed files with 13 additions and 13 deletions

View File

@@ -40,6 +40,7 @@ using namespace Adafruit_LittleFS_Namespace;
#endif
void fsInit();
bool copyFile(const char* from, const char* to);
bool renameFile(const char* pathFrom, const char* pathTo);
void listDir(const char * dirname, uint8_t levels);
void rmDir(const char * dirname);