Skip to content

Commit

Permalink
Fix typographical error in "Rebooping" message
Browse files Browse the repository at this point in the history
  • Loading branch information
mbooth101 committed Jun 2, 2024
1 parent a3ec6e0 commit 220fd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/ota/ota.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 220fd57

Please sign in to comment.