M5Stack Delete App from App List UIFlow V1.5.4
-
How do I delete apps from the app list with the UIFlow firmware loaded?
-
Theres no direct way to do it from the menu, but you can do it with uiflow with this method
or in micropython:
import os os.remove('apps/nameofappyouwanttodelete.py')
-
@birdsong
m5burner has the erase - option where you can erase the device.
Than flash the firmware onto it. -
- Switch to you Python code
and at the bottom left corner select file manager to delete the apps that you dont want
- Switch to you Python code
-
This is a great answer.
It is not obvious that this functionality exists.