mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
Change min and max version
This commit is contained in:
parent
9d89797bd4
commit
cc0d987cd9
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
var CONFIGURATOR = {
|
||||
// all versions are specified and compared using semantic versioning http://semver.org/
|
||||
'minfirmwareVersionAccepted': '3.0.0',
|
||||
'maxFirmwareVersionAccepted': '6.0.0', // Condition is < (lt) so we accept all in 4.x branch
|
||||
'minfirmwareVersionAccepted': '4.1.0',
|
||||
'maxFirmwareVersionAccepted': '5.0.0', // Condition is < (lt) so we accept all in 4.x branch
|
||||
'connectionValid': false,
|
||||
'connectionValidCliOnly': false,
|
||||
'cliActive': false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue