mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
detect UUID to warn firmware is too old
This commit is contained in:
parent
3174b53c36
commit
22671a73db
3 changed files with 19 additions and 1 deletions
|
|
@ -1391,6 +1391,9 @@ class MeshService : Service(), Logging {
|
|||
configNonce += 1
|
||||
newNodes.clear()
|
||||
newMyNodeInfo = null
|
||||
|
||||
if (BluetoothInterface.invalidVersion) onHasSettings() // Device firmware is too old
|
||||
|
||||
debug("Starting config nonce=$configNonce")
|
||||
|
||||
sendToRadio(ToRadio.newBuilder().apply {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue