1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Allow FW 3.1 to connect

This commit is contained in:
Pawel Spychalski (DzikuVx) 2021-05-31 14:48:36 +02:00
parent ffce2c9a57
commit ecd809f328

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.1.0', // Condition is < (lt) so we accept all in 3.0 branch
'maxFirmwareVersionAccepted': '3.2.0', // Condition is < (lt) so we accept all in 3.0 branch
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,