mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
CLI available for old firmware versions
This commit is contained in:
parent
0c6b55d070
commit
32a27b73a7
5 changed files with 13 additions and 3 deletions
1
js/data_storage.js
Normal file → Executable file
1
js/data_storage.js
Normal file → Executable file
|
@ -5,6 +5,7 @@ var CONFIGURATOR = {
|
|||
'apiVersionAccepted': 1.1,
|
||||
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
|
||||
'connectionValid': false,
|
||||
'connectionValidCliOnly': false,
|
||||
'cliActive': false,
|
||||
'cliValid': false
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue