1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Merge branch 'iNavFlight:master' into change-profiles-with-programmin

This commit is contained in:
Darren Lines 2021-09-16 09:33:05 +01:00 committed by GitHub
commit 5bdeb45f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 320 additions and 320 deletions

View file

@ -3,7 +3,7 @@
var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
'minfirmwareVersionAccepted': '3.0.0',
'maxFirmwareVersionAccepted': '3.2.0', // Condition is < (lt) so we accept all in 3.1 branch
'maxFirmwareVersionAccepted': '5.0.0', // Condition is < (lt) so we accept all in 3.1 branch
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,