You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix OSUpdate onStop()
This commit is contained in:
@@ -46,7 +46,7 @@ class OSUpdate(Activity):
|
||||
|
||||
print("osupdate.py finished")
|
||||
|
||||
def onStop():
|
||||
def onStop(self, screen):
|
||||
self.keep_running = False # this is checked by the update_with_lvgl thread
|
||||
|
||||
def show_update_info(self):
|
||||
|
||||
Reference in New Issue
Block a user