add name setting

This commit is contained in:
Jerry Needell 2019-12-01 11:04:10 -05:00
parent 63375ed029
commit eb3d97b0e9

View file

@ -48,7 +48,7 @@ accelo = adafruit_lis3dh.LIS3DH_I2C(accelo_i2c, address=0x19)
ble = BLERadio()
uart = UARTService()
advertisement = ProvideServicesAdvertisement(uart)
ble._adapter.name = SNOWGLOBE_NAME
#--| ANIMATIONS |----------------------------------------------------
def spin(config):