Updated on 2026-08-14
This commit is contained in:
parent
21f33b6e1a
commit
4590cb4d7f
18 changed files with 111 additions and 12 deletions
|
|
@ -281,6 +281,9 @@ private class ScanWalletProcessor(
|
|||
}
|
||||
|
||||
private fun getWalletProductType(card: CardDTO): ProductType {
|
||||
if (card.batchId == CardDTO.RING_BATCH_ID) {
|
||||
return ProductType.Ring
|
||||
}
|
||||
return if (card.firmwareVersion >= FirmwareVersion.Ed25519Slip0010Available) {
|
||||
ProductType.Wallet2
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue