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

This commit is contained in:
geeksville
2020-06-13 11:36:45 -07:00
parent 8caa075bc6
commit 8a1754efe8
2 changed files with 3 additions and 2 deletions

View File

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