leave the software update service off for now - no one is using ityet

1.2-legacy
geeksville 2020-06-13 11:36:45 -07:00
rodzic 8caa075bc6
commit 8a1754efe8
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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