mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 06:46:13 -04:00
device: extended logging, refactored device selection code
This commit is contained in:
parent
825d836f9f
commit
25d327e796
3 changed files with 46 additions and 20 deletions
|
@ -340,7 +340,7 @@ namespace hw {
|
|||
|
||||
bool device_ledger::connect(void) {
|
||||
this->disconnect();
|
||||
hw_device.connect(0x2c97,0x0001, 0, 0xffa0, hw_device.OR_SELECT);
|
||||
hw_device.connect(0x2c97, 0x0001, 0, 0xffa0);
|
||||
this->reset();
|
||||
#ifdef DEBUG_HWDEVICE
|
||||
cryptonote::account_public_address pubkey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue