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:
parent
240b3de8bc
commit
5af3c046c7
@ -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).
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user