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