Skip to content

Commit 7eb26c2

Browse files
committed
Merge branch 'prodstrings'
2 parents 99d65ac + f3c0c4a commit 7eb26c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

api/common/common.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ const (
5252
BootloaderDeviceProductStringBitBox02BTCOnly = "bb02btc-bootloader"
5353

5454
// 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"
5757
// 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"
6060

6161
// 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"
6464
// BootloaderDeviceProductStringBitBox02BTCOnly is the product string of the "BitBox02 Plus"
6565
// btc-only edition bootloader. It appears in the HID descriptor and the Bluetooth
6666
// characteristic.
67-
BootloaderDeviceProductStringBitBox02PlusBTCOnly = "bb02p-bl-btconly"
67+
BootloaderDeviceProductStringBitBox02PlusBTCOnly = "BitBox02 Nova BTC-only bl"
6868
)
6969

7070
// ProductFromDeviceProductString returns the firmware or bootloader product based on the usb Device

0 commit comments

Comments
 (0)