Fix wrong name for LittleFS in report

This commit is contained in:
Luc 2021-01-25 16:24:23 +01:00
parent 06dd5c54f5
commit 873110f4e3

View File

@ -65,7 +65,7 @@ bool ESP_FileSystem::rename(const char *oldpath, const char *newpath)
const char * ESP_FileSystem::FilesystemName()
{
return "FAT";
return "LittleFS";
}
bool ESP_FileSystem::format()