Skip to content

Commit 8489567

Browse files
authored
Update data_storage.js
1 parent fca718a commit 8489567

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/data_storage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
var CONFIGURATOR = {
44
// 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
5+
'minfirmwareVersionAccepted': '8.0.0',
6+
'maxFirmwareVersionAccepted': '9.0.0', // Condition is < (lt) so we accept all in 8.x branch
77
'connectionValid': false,
88
'connectionValidCliOnly': false,
99
'cliActive': false,

0 commit comments

Comments
 (0)