mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Fix wrong name for LittleFS in report
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user