mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix new autobugs
This commit is contained in:
parent
b7d0b7fca4
commit
2520a5e69d
3 changed files with 5 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue