mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-20 14:49:06 +08:00
Fix wrong name for LittleFS in report
This commit is contained in:
parent
06dd5c54f5
commit
873110f4e3
@ -65,7 +65,7 @@ bool ESP_FileSystem::rename(const char *oldpath, const char *newpath)
|
|||||||
|
|
||||||
const char * ESP_FileSystem::FilesystemName()
|
const char * ESP_FileSystem::FilesystemName()
|
||||||
{
|
{
|
||||||
return "FAT";
|
return "LittleFS";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ESP_FileSystem::format()
|
bool ESP_FileSystem::format()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user