Try turning my software update service back on...

Now that I've fixed a couple of nasty esp32-arduino bugs
This commit is contained in:
geeksville
2020-06-22 10:06:35 -07:00
parent 60470211e5
commit d9e93f3944
2 changed files with 2 additions and 3 deletions

View File

@@ -285,7 +285,7 @@ BLEServer *initBLE(StartBluetoothPinScreenCallback startBtPinScreen, StopBluetoo
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