Skip to content

Commit

Permalink
Merge pull request #97 from mbooth101/reboop
Browse files Browse the repository at this point in the history
Fix typographical error in "Rebooping" message
  • Loading branch information
MatthewWilkes authored Jun 2, 2024
2 parents a3ec6e0 + 220fd57 commit 06b1606
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 06b1606

Please sign in to comment.