mirror of
https://github.com/google/bumble.git
synced 2026-06-01 07:37:02 +00:00
wip
This commit is contained in:
@@ -95,6 +95,12 @@ async def show_device_information(
|
||||
await device_information_service.serial_number.read_value(),
|
||||
)
|
||||
|
||||
if device_information_service.firmware_revision:
|
||||
print(
|
||||
color(' Firmware Revision:', 'green'),
|
||||
await device_information_service.firmware_revision.read_value(),
|
||||
)
|
||||
|
||||
print()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user