Re-enable BLE battery service

This commit is contained in:
Mark Qvist 2025-04-12 21:04:32 +02:00
parent e8e6e2bcbf
commit f48e99a033

View file

@ -524,6 +524,7 @@ char bt_devname[11];
bledis.setModel(BLE_MODEL);
// start device information service
bledis.begin();
blebas.begin();
// Guard to ensure SerialBT service is not duplicated through BT being power cycled
if (!SerialBT_init) {