Skip to content

Commit 6d0e885

Browse files
authored
Merge pull request #1715 from iNavFlight/dzikuvx-bump-min-version
Bump min version to 6.0.0
2 parents 15238ff + a4b3ebe commit 6d0e885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/data_storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var CONFIGURATOR = {
44
// all versions are specified and compared using semantic versioning http://semver.org/
5-
'minfirmwareVersionAccepted': '5.0.0',
5+
'minfirmwareVersionAccepted': '6.0.0',
66
'maxFirmwareVersionAccepted': '7.0.0', // Condition is < (lt) so we accept all in 6.x branch
77
'connectionValid': false,
88
'connectionValidCliOnly': false,

0 commit comments

Comments
 (0)