diff --git a/docs/software/TODO.md b/docs/software/TODO.md index 3b75aca2..b38ab5a8 100644 --- a/docs/software/TODO.md +++ b/docs/software/TODO.md @@ -2,11 +2,10 @@ You probably don't care about this section - skip to the next one. -- report battery level to android app - @feh123 Sony Xperia Z1 C6903 running Android 5.1.1 - don't stop advertising BLE - first message sent is still doubled for some people -- refetch the android messages on Resume +- Android frontend should refetch the android messages from backend service on Resume - there is still an occasional BLE hang that happens on the android side? - test BLE software update again - let users set arbitrary params in android diff --git a/src/esp32/BluetoothUtil.cpp b/src/esp32/BluetoothUtil.cpp index 2ea491fd..224b8c0a 100644 --- a/src/esp32/BluetoothUtil.cpp +++ b/src/esp32/BluetoothUtil.cpp @@ -285,7 +285,7 @@ BLEServer *initBLE(StartBluetoothPinScreenCallback startBtPinScreen, StopBluetoo pBattery = createBatteryService(pServer); -// #define BLE_SOFTWARE_UPDATE +#define BLE_SOFTWARE_UPDATE #ifdef BLE_SOFTWARE_UPDATE pUpdate = createUpdateService(pServer, hwVendor, swVersion, hwVersion); // We need to advertise this so our android ble scan operation can see it