We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3610bd3 commit 8c493a4Copy full SHA for 8c493a4
esp32/modules/launcher.py
@@ -93,8 +93,7 @@ def perform_uninstall(ok):
93
os.remove("%s/%s/%s" % (install_path, selected, rm_file))
94
os.rmdir("%s/%s" % (install_path, selected))
95
badge.eink_busy_wait()
96
- esp.rtcmem_write_string('launcher')
97
- esp.start_sleeping(1)
+ appglue.start_app('launcher')
98
99
import dialogs
100
uninstall = dialogs.prompt_boolean('Are you sure you want to remove %s?' % selected, cb=perform_uninstall)
0 commit comments