kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix new autobugs
rodzic
b7d0b7fca4
commit
2520a5e69d
6
TODO.md
6
TODO.md
|
@ -1,12 +1,12 @@
|
|||
# Remaining tasks before declaring 1.0
|
||||
|
||||
- fix release build inclusion of firmware
|
||||
- feh123 problem sony
|
||||
- fix release build inclusion of firmware - per https://developer.android.com/studio/build/build-variants
|
||||
- Android frontend should refetch the android messages from backend service on Resume
|
||||
- disable software update button after update finishes
|
||||
- first message sent is still doubled for some people
|
||||
- let users set arbitrary params in android
|
||||
* add a low level settings screen (let user change any of the RadioConfig parameters)
|
||||
- optionally include firmware files in debug builds - currently they are release only. per https://developer.android.com/studio/build/build-variants
|
||||
- add a low level settings screen (let user change any of the RadioConfig parameters)
|
||||
|
||||
Things for the betaish period.
|
||||
|
||||
|
|
|
@ -402,7 +402,7 @@ class BluetoothInterface(val service: RadioInterfaceService, val address: String
|
|||
|
||||
// we begin by setting our MTU size as high as it can go (if we can)
|
||||
if (shouldSetMtu)
|
||||
safe!!.asyncRequestMtu(512) { mtuRes ->
|
||||
safe?.asyncRequestMtu(512) { mtuRes ->
|
||||
try {
|
||||
mtuRes.getOrThrow() // FIXME - why sometimes is the result Unit!?!
|
||||
debug("MTU change attempted")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 792b33a4a82316d0e15be1e15fcf2d777fdc41e0
|
||||
Subproject commit 9f83006768de5ca714f4c43e723a3477a91d0713
|
Ładowanie…
Reference in New Issue