esp32,esp8266: Remove "FAT" from warning message in inisetup.py.

Because FAT is not any more the only filesystem used.
pull/6633/head
robert 2020-11-16 20:51:37 +01:00 zatwierdzone przez Damien George
rodzic 240b3de8bc
commit 5af3c046c7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ def fs_corrupted():
while 1:
print(
"""\
FAT filesystem appears to be corrupted. If you had important data there, you
The filesystem appears to be corrupted. If you had important data there, you
may want to make a flash snapshot to try to recover it. Otherwise, perform
factory reprogramming of MicroPython firmware (completely erase flash, followed
by firmware programming).

Wyświetl plik

@ -30,7 +30,7 @@ def fs_corrupted():
while 1:
print(
"""\
The FAT filesystem starting at sector %d with size %d sectors appears to
The filesystem starting at sector %d with size %d sectors appears to
be corrupted. If you had important data there, you may want to make a flash
snapshot to try to recover it. Otherwise, perform factory reprogramming
of MicroPython firmware (completely erase flash, followed by firmware