bugfix: bless firmware causes hanging progress bar
(cherry picked from commit 1b54536eff)
This commit is contained in:
parent
e794ecf979
commit
23d252f79b
@ -7,6 +7,7 @@ This lists the new changes that have not yet been published in a normal release.
|
||||
- Bugfix: Sometimes see a struck screen after _Verifying..._ in boot up sequence.
|
||||
On Q, result is blank screen, on Mk4, result is three-dots screen.
|
||||
- Bugfix: Do not allow to enable/disable Seed Vault feature when in temporary seed mode
|
||||
- Bugfix: Bless Firmware causes hanging progress bar
|
||||
|
||||
|
||||
# Mk4 Specific Changes
|
||||
|
||||
@ -1739,7 +1739,7 @@ async def bless_flash(*a):
|
||||
pa.greenlight_firmware()
|
||||
|
||||
# redraw our screen
|
||||
dis.show()
|
||||
dis.busy_bar(False) # includes dis.show()
|
||||
|
||||
|
||||
def is_psbt(filename):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user