diff --git a/docs/software/TODO.md b/docs/software/TODO.md index 840156e5c..e0dcb2459 100644 --- a/docs/software/TODO.md +++ b/docs/software/TODO.md @@ -1,9 +1,10 @@ # High priority - why is the net so chatty now? +- do a release - E22 bringup - encryption review findings writeup -- turn on modem-sleep mode +- turn on modem-sleep mode - https://github.com/espressif/arduino-esp32/issues/1142#issuecomment-512428852 # Medium priority diff --git a/src/esp32/BluetoothUtil.cpp b/src/esp32/BluetoothUtil.cpp index 61f6e1592..2833a7ede 100644 --- a/src/esp32/BluetoothUtil.cpp +++ b/src/esp32/BluetoothUtil.cpp @@ -283,7 +283,7 @@ BLEServer *initBLE(StartBluetoothPinScreenCallback startBtPinScreen, StopBluetoo // We now let users create the battery service only if they really want (not all devices have a battery) // BLEService *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