We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15238ff commit a4b3ebeCopy full SHA for a4b3ebe
js/data_storage.js
@@ -2,7 +2,7 @@
2
3
var CONFIGURATOR = {
4
// all versions are specified and compared using semantic versioning http://semver.org/
5
- 'minfirmwareVersionAccepted': '5.0.0',
+ 'minfirmwareVersionAccepted': '6.0.0',
6
'maxFirmwareVersionAccepted': '7.0.0', // Condition is < (lt) so we accept all in 6.x branch
7
'connectionValid': false,
8
'connectionValidCliOnly': false,
0 commit comments