From 8a1754efe8366e102075c2888248c4bd760b9651 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 13 Jun 2020 11:36:45 -0700 Subject: [PATCH] leave the software update service off for now - no one is using ityet --- docs/software/TODO.md | 3 ++- src/esp32/BluetoothUtil.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/software/TODO.md b/docs/software/TODO.md index 840156e5..e0dcb245 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 61f6e159..2833a7ed 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