mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +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.
|
||||
|
||||
- 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user