diff options
Diffstat (limited to 'ports/esp32/modules/inisetup.py')
-rw-r--r-- | ports/esp32/modules/inisetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/modules/inisetup.py b/ports/esp32/modules/inisetup.py index 9995d6bc07..426a47a6b4 100644 --- a/ports/esp32/modules/inisetup.py +++ b/ports/esp32/modules/inisetup.py @@ -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). |