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

Set min and max supported firmware

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-04-27 20:20:42 +02:00
parent 7bc94e130a
commit 61189e4d6c
3 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,8 @@
var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
'firmwareVersionAccepted': '2.0.0',
'minfirmwareVersionAccepted': '2.1.0',
'maxFirmwareVersionAccepted': '2.3.0', // COndition is < (lt) so we accept all in 2.2 branch, not 2.3 actualy
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,