Skip to content

Commit 1b8cc7e

Browse files
committed
Merge branch 'bt-typos'
2 parents fb95f86 + d836c4a commit 1b8cc7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

messages/bitbox02_system.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ message DeviceInfoResponse {
2929
message Bluetooth {
3030
// Hash of the currently active Bluetooth firmware on the device.
3131
bytes firmware_hash = 1;
32-
// Firmware version, formated as "major.minor.patch".
32+
// Firmware version, formated as an unsigned integer "1", "2", etc.
3333
string firmware_version = 2;
3434
// True if Bluetooth is enabled
3535
bool enabled = 3;

py/bitbox02/bitbox02/bitbox02/bitbox02.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ def bluetooth_upgrade(self, firmware: bytes) -> None:
12711271

12721272
def bluetooth_toggle_enabled(self) -> None:
12731273
"""
1274-
Enable/disable blueooth in non-volatile storage
1274+
Enable/disable Bluetooth in non-volatile storage
12751275
"""
12761276
# pylint: disable=no-member
12771277
request = bluetooth.BluetoothRequest()

0 commit comments

Comments
 (0)