1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge branch 'development' of https://github.com/Roeland54/cleanflight-configurator into Roeland54-development

This commit is contained in:
Dominic Clifton 2015-01-08 01:37:19 +00:00
commit 6031907163
5 changed files with 14 additions and 4 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
};