diff options
author | robert <robert@hammelrath.com> | 2020-11-16 20:51:37 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-11-18 16:26:19 +1100 |
commit | 5af3c046c7bfc1108094e53aea8b612c2ff86fd4 (patch) | |
tree | 91680a52bd882ea9734315599c68f1b787842db9 /ports/esp8266/modules/inisetup.py | |
parent | 240b3de8bc0c0bf5ad04b92e4faae85c0f3a929c (diff) | |
download | micropython-5af3c046c7bfc1108094e53aea8b612c2ff86fd4.tar.gz micropython-5af3c046c7bfc1108094e53aea8b612c2ff86fd4.zip |
esp32,esp8266: Remove "FAT" from warning message in inisetup.py.
Because FAT is not any more the only filesystem used.
Diffstat (limited to 'ports/esp8266/modules/inisetup.py')
-rw-r--r-- | ports/esp8266/modules/inisetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/modules/inisetup.py b/ports/esp8266/modules/inisetup.py index 79576e9d62..e711a57d4b 100644 --- a/ports/esp8266/modules/inisetup.py +++ b/ports/esp8266/modules/inisetup.py @@ -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 |