mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #4535
c716a331
device: increase ledger timeout to 2 minutes (selsta)
This commit is contained in:
commit
0c135c9420
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ namespace hw {
|
|||
#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->reset_buffer();
|
||||
this->mode = NONE;
|
||||
|
|
Loading…
Reference in a new issue