Skip to content

Commit eb3d97b

Browse files
committed
add name setting
1 parent 63375ed commit eb3d97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snow_Globe_BLE_CPB/ble_snowglobe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
ble = BLERadio()
4949
uart = UARTService()
5050
advertisement = ProvideServicesAdvertisement(uart)
51-
51+
ble._adapter.name = SNOWGLOBE_NAME
5252

5353
#--| ANIMATIONS |----------------------------------------------------
5454
def spin(config):

0 commit comments

Comments
 (0)