mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-05 06:33:52 -04:00
turn off firmware update test code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user