mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-20 20:21:22 +00:00
leave the software update service off for now - no one is using ityet
This commit is contained in:
parent
8caa075bc6
commit
8a1754efe8
@ -1,9 +1,10 @@
|
|||||||
# High priority
|
# High priority
|
||||||
|
|
||||||
- why is the net so chatty now?
|
- why is the net so chatty now?
|
||||||
|
- do a release
|
||||||
- E22 bringup
|
- E22 bringup
|
||||||
- encryption review findings writeup
|
- 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
|
# Medium priority
|
||||||
|
|
||||||
|
@ -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)
|
// We now let users create the battery service only if they really want (not all devices have a battery)
|
||||||
// BLEService *pBattery = createBatteryService(pServer);
|
// BLEService *pBattery = createBatteryService(pServer);
|
||||||
|
|
||||||
#define BLE_SOFTWARE_UPDATE
|
// #define BLE_SOFTWARE_UPDATE
|
||||||
#ifdef BLE_SOFTWARE_UPDATE
|
#ifdef BLE_SOFTWARE_UPDATE
|
||||||
pUpdate = createUpdateService(pServer, hwVendor, swVersion,
|
pUpdate = createUpdateService(pServer, hwVendor, swVersion,
|
||||||
hwVersion); // We need to advertise this so our android ble scan operation can see it
|
hwVersion); // We need to advertise this so our android ble scan operation can see it
|
||||||
|
Loading…
Reference in New Issue
Block a user