mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-06 13:48:29 +00:00
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:
parent
60470211e5
commit
d9e93f3944
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
You probably don't care about this section - skip to the next one.
|
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
|
- @feh123 Sony Xperia Z1 C6903 running Android 5.1.1
|
||||||
- don't stop advertising BLE
|
- don't stop advertising BLE
|
||||||
- first message sent is still doubled for some people
|
- 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?
|
- there is still an occasional BLE hang that happens on the android side?
|
||||||
- test BLE software update again
|
- test BLE software update again
|
||||||
- let users set arbitrary params in android
|
- let users set arbitrary params in android
|
||||||
|
@ -285,7 +285,7 @@ BLEServer *initBLE(StartBluetoothPinScreenCallback startBtPinScreen, StopBluetoo
|
|||||||
|
|
||||||
pBattery = createBatteryService(pServer);
|
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