@@ -52,19 +52,19 @@ const (
52
52
BootloaderDeviceProductStringBitBox02BTCOnly = "bb02btc-bootloader"
53
53
54
54
// FirmwareDeviceProductStringBitBox02PlusMulti the product string of the "BitBox02 Plus" multi
55
- // edition firmware. It appears in the HID descriptor and the Bluetooth characteristic .
56
- FirmwareDeviceProductStringBitBox02PlusMulti = "bb02p-multi "
55
+ // edition firmware. It appears in the HID descriptor.
56
+ FirmwareDeviceProductStringBitBox02PlusMulti = "BitBox02 Nova Multi "
57
57
// FirmwareDeviceProductStringBitBox02PlusBTCOnly is the product string of the "BitBox02 Plus"
58
- // btc-only edition firmware. It appears in the HID descriptor and the Bluetooth characteristic .
59
- FirmwareDeviceProductStringBitBox02PlusBTCOnly = "bb02p-btconly "
58
+ // btc-only edition firmware. It appears in the HID descriptor.
59
+ FirmwareDeviceProductStringBitBox02PlusBTCOnly = "BitBox02 Nova BTC-only "
60
60
61
61
// BootloaderDeviceProductStringBitBox02Multi is the product string of the "BitBox02 Plus" multi
62
- // edition bootloader. It appears in the HID descriptor and the Bluetooth characteristic .
63
- BootloaderDeviceProductStringBitBox02PlusMulti = "bb02p-bl-multi "
62
+ // edition bootloader. It appears in the HID descriptor.
63
+ BootloaderDeviceProductStringBitBox02PlusMulti = "BitBox02 Nova Multi bl "
64
64
// BootloaderDeviceProductStringBitBox02BTCOnly is the product string of the "BitBox02 Plus"
65
65
// btc-only edition bootloader. It appears in the HID descriptor and the Bluetooth
66
66
// characteristic.
67
- BootloaderDeviceProductStringBitBox02PlusBTCOnly = "bb02p-bl-btconly "
67
+ BootloaderDeviceProductStringBitBox02PlusBTCOnly = "BitBox02 Nova BTC-only bl "
68
68
)
69
69
70
70
// ProductFromDeviceProductString returns the firmware or bootloader product based on the usb Device
0 commit comments