detect UUID to warn firmware is too old

This commit is contained in:
andrekir 2022-10-12 23:40:54 -03:00
parent 3174b53c36
commit 22671a73db
3 changed files with 19 additions and 1 deletions

View file

@ -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 {