bugfix: bless firmware causes hanging progress bar
This commit is contained in:
parent
d1d104cb7e
commit
1b54536eff
@ -8,6 +8,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
|
||||
|
||||
@ -1731,7 +1731,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