mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Minor spelling mistake corrected
This commit is contained in:
parent
82e4095dd4
commit
180cc84ea2
@ -180,7 +180,7 @@ void filesystemList()
|
|||||||
#else
|
#else
|
||||||
if(!HASP_FS.begin(true)) { // default vfs path: /littlefs
|
if(!HASP_FS.begin(true)) { // default vfs path: /littlefs
|
||||||
#endif
|
#endif
|
||||||
LOG_ERROR(TAG_FILE, F("Flash file system not mouted."));
|
LOG_ERROR(TAG_FILE, F("Flash file system not mounted."));
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
LOG_VERBOSE(TAG_FILE, F("Listing files on the internal flash:"));
|
LOG_VERBOSE(TAG_FILE, F("Listing files on the internal flash:"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user