diff --git a/modules/system/ota/ota.py b/modules/system/ota/ota.py index 59d49c7..4ecfa98 100644 --- a/modules/system/ota/ota.py +++ b/modules/system/ota/ota.py @@ -161,7 +161,7 @@ async def otaupdate(self, render_update): # window.println("Press [A] to") # window.println("reboot and") # window.println("finish update.") - self.status.value = "Rebooting" + self.status.value = "Rebooping" await render_update() await asyncio.sleep(5) machine.reset()