diff --git a/lib/bhaptics_ble/senseshift/bh/ble/connection.cpp b/lib/bhaptics_ble/senseshift/bh/ble/connection.cpp index eca88ab3..0fd40054 100644 --- a/lib/bhaptics_ble/senseshift/bh/ble/connection.cpp +++ b/lib/bhaptics_ble/senseshift/bh/ble/connection.cpp @@ -198,8 +198,8 @@ namespace SenseShift::BH::BLE { batteryChar->addDescriptor(new BLE2902()); #endif - // original bHaptics Player require non-null value for battery level, otherwise it crashes - uint16_t defaultLevel = 0; + // original bHaptics Player requires a non-null value for battery level; otherwise, it crashes + uint16_t defaultLevel = 100; this->batteryChar->setValue(defaultLevel); // this->batteryChar->notify();