From f48e99a03378725dc11e31e5a63979642905ed08 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 12 Apr 2025 21:04:32 +0200 Subject: [PATCH] Re-enable BLE battery service --- Bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Bluetooth.h b/Bluetooth.h index 2305dd3..a93a2df 100644 --- a/Bluetooth.h +++ b/Bluetooth.h @@ -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) {