mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-02 06:36:08 -04:00
Re-enable BLE battery service
This commit is contained in:
parent
e8e6e2bcbf
commit
f48e99a033
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue