Try turning my software update service back on...

Now that I've fixed a couple of nasty esp32-arduino bugs
1.2-legacy
geeksville 2020-06-22 10:06:35 -07:00
rodzic 60470211e5
commit d9e93f3944
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -2,11 +2,10 @@
You probably don't care about this section - skip to the next one.
- report battery level to android app
- @feh123 Sony Xperia Z1 C6903 running Android 5.1.1
- don't stop advertising BLE
- first message sent is still doubled for some people
- refetch the android messages on Resume
- Android frontend should refetch the android messages from backend service on Resume
- there is still an occasional BLE hang that happens on the android side?
- test BLE software update again
- let users set arbitrary params in android

Wyświetl plik

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