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

Because FAT is not any more the only filesystem used.
This commit is contained in:
robert 2020-11-16 20:51:37 +01:00 committed by Damien George
parent 240b3de8bc
commit 5af3c046c7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ def fs_corrupted():
while 1: while 1:
print( 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 may want to make a flash snapshot to try to recover it. Otherwise, perform
factory reprogramming of MicroPython firmware (completely erase flash, followed factory reprogramming of MicroPython firmware (completely erase flash, followed
by firmware programming). by firmware programming).

View File

@ -30,7 +30,7 @@ def fs_corrupted():
while 1: while 1:
print( 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 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 snapshot to try to recover it. Otherwise, perform factory reprogramming
of MicroPython firmware (completely erase flash, followed by firmware of MicroPython firmware (completely erase flash, followed by firmware