1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

c716a331 device: increase ledger timeout to 2 minutes (selsta)
This commit is contained in:
Riccardo Spagni 2018-10-09 16:42:30 +02:00
commit 0c135c9420
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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;