Skip to content

Commit

Permalink
Limit to inav 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca authored Dec 7, 2024
1 parent 5724bb0 commit 15a668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/data_storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var CONFIGURATOR = {
// all versions are specified and compared using semantic versioning http://semver.org/
'minfirmwareVersionAccepted': '7.0.0',
'minfirmwareVersionAccepted': '8.0.0',
'maxFirmwareVersionAccepted': '9.0.0', // Condition is < (lt) so we accept all in 8.x branch
'connectionValid': false,
'connectionValidCliOnly': false,
Expand Down

0 comments on commit 15a668f

Please sign in to comment.