This commit is contained in:
Thomas Farstrike
2026-03-20 23:59:38 +01:00
parent 96f443ad1a
commit 71e94fc2fc
@@ -104,7 +104,7 @@ class Settings(SettingsActivity):
def format_internal_data_partition(self, new_value):
if new_value is not "yes":
return
return # user picked "no" - abort
# Inspired by lvgl_micropython/lib/micropython/ports/esp32/modules/inisetup.py
# Note: it would be nice to create a "FormatInternalDataPartition" activity with some progress or confirmation
try: