Re-enable BLE battery service
parent
e8e6e2bcbf
commit
f48e99a033
|
@ -524,6 +524,7 @@ char bt_devname[11];
|
||||||
bledis.setModel(BLE_MODEL);
|
bledis.setModel(BLE_MODEL);
|
||||||
// start device information service
|
// start device information service
|
||||||
bledis.begin();
|
bledis.begin();
|
||||||
|
blebas.begin();
|
||||||
|
|
||||||
// Guard to ensure SerialBT service is not duplicated through BT being power cycled
|
// Guard to ensure SerialBT service is not duplicated through BT being power cycled
|
||||||
if (!SerialBT_init) {
|
if (!SerialBT_init) {
|
||||||
|
|
Loading…
Reference in New Issue