No LITTLEFS, always LittleFS

This commit is contained in:
Jason2866 2021-07-23 11:34:14 +02:00 committed by GitHub
parent 392d580a97
commit 923be119a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -2224,12 +2224,7 @@ chknext:
if (!strncmp(vname, "fmt(", 4)) {
lp = GetNumericArgument(lp + 4, OPER_EQU, &fvar, gv);
if (!fvar) {
#ifdef ESP8266
LittleFS.format();
#endif
#ifdef ESP32
LITTLEFS.format();
#endif
} else {
//SD.format();
}