add name setting
This commit is contained in:
parent
63375ed029
commit
eb3d97b0e9
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ accelo = adafruit_lis3dh.LIS3DH_I2C(accelo_i2c, address=0x19)
|
||||||
ble = BLERadio()
|
ble = BLERadio()
|
||||||
uart = UARTService()
|
uart = UARTService()
|
||||||
advertisement = ProvideServicesAdvertisement(uart)
|
advertisement = ProvideServicesAdvertisement(uart)
|
||||||
|
ble._adapter.name = SNOWGLOBE_NAME
|
||||||
|
|
||||||
#--| ANIMATIONS |----------------------------------------------------
|
#--| ANIMATIONS |----------------------------------------------------
|
||||||
def spin(config):
|
def spin(config):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue