mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
turn off firmware update test code
This commit is contained in:
parent
f8e6f105e2
commit
2b3a987f31
1 changed files with 1 additions and 2 deletions
|
|
@ -204,8 +204,7 @@ class SoftwareUpdateService : JobIntentService(), Logging {
|
|||
val deviceVersion =
|
||||
verStringToInt(if (swVer.isEmpty() || swVer == "unset") "99.99.99" else swVer)
|
||||
|
||||
// (curVer > deviceVersion) && (deviceVersion >= minVer)
|
||||
true
|
||||
(curVer > deviceVersion) && (deviceVersion >= minVer)
|
||||
} catch (ex: Exception) {
|
||||
errormsg("Error finding swupdate info", ex)
|
||||
false // If we fail parsing our update info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue