minor bugfix

This commit is contained in:
Peter D. Gray 2021-03-17 08:58:26 -04:00
parent e5d63e28fd
commit 2ef98db6c7

View File

@ -76,6 +76,9 @@ def wipe_flash_filesystem():
from nvstore import settings
settings.save()
# remount it
os.mount(fl, '/flash')
def wipe_microsd_card():
# Erase and re-format SD card. Not secure erase, because that is too slow.
import ckcc, pyb