mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
Merge pull request #4535
c716a331
device: increase ledger timeout to 2 minutes (selsta)
This commit is contained in:
commit
0c135c9420
@ -176,7 +176,7 @@ namespace hw {
|
|||||||
#define INS_GET_RESPONSE 0xc0
|
#define INS_GET_RESPONSE 0xc0
|
||||||
|
|
||||||
|
|
||||||
device_ledger::device_ledger(): hw_device(0x0101, 0x05, 64, 10000) {
|
device_ledger::device_ledger(): hw_device(0x0101, 0x05, 64, 120000) {
|
||||||
this->id = device_id++;
|
this->id = device_id++;
|
||||||
this->reset_buffer();
|
this->reset_buffer();
|
||||||
this->mode = NONE;
|
this->mode = NONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user