mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
make gears turn faster when signing
This commit is contained in:
parent
0cc270e6df
commit
ea7e92f5dd
@ -267,7 +267,7 @@ void signing_txack(TransactionType *tx)
|
||||
}
|
||||
|
||||
static int update_ctr = 0;
|
||||
if (update_ctr++ == 50) {
|
||||
if (update_ctr++ == 20) {
|
||||
layoutProgress("Signing transaction", progress);
|
||||
update_ctr = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user