1
0
Fork 0
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:
Roeland Lutters 2015-01-06 20:35:58 +01:00
parent 0c6b55d070
commit 32a27b73a7
5 changed files with 13 additions and 3 deletions

1
js/data_storage.js Normal file → Executable file
View 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
};