mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
reset invalidVersion just in case
This commit is contained in:
parent
22671a73db
commit
868a0f7bd3
1 changed files with 4 additions and 1 deletions
|
|
@ -366,7 +366,10 @@ class BluetoothInterface(
|
|||
.contains(EOL_FROMRADIO_CHARACTER)) {
|
||||
invalidVersion = true
|
||||
getCharacteristic(EOL_FROMRADIO_CHARACTER)
|
||||
} else getCharacteristic(BTM_FROMRADIO_CHARACTER)
|
||||
} else {
|
||||
invalidVersion = false
|
||||
getCharacteristic(BTM_FROMRADIO_CHARACTER)
|
||||
}
|
||||
|
||||
// We treat the first send by a client as special
|
||||
isFirstSend = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue