Skip to content

Commit

Permalink
Bug fix - Amigo wouldn't update with SDcard (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex authored Aug 11, 2022
1 parent d1c72f4 commit ff756e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/krux/firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def upgrade():
t("New firmware detected.\n\nSHA256:\n%s\n\n\n\nInstall?")
% binascii.hexlify(firmware_hash).decode()
)
inp.buttons_active = True
if inp.wait_for_button() != BUTTON_ENTER:
return False

Expand Down

0 comments on commit ff756e3

Please sign in to comment.