1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Drop support for old API and configuration backups. Additional code is

required to migrate and support pre 1.8.x serial port configuration.  

This commit is just to limit user expectations until such code is
written.
This commit is contained in:
Dominic Clifton 2015-03-03 23:03:57 +00:00
parent 96f2a11651
commit 88a9699487

View file

@ -3,9 +3,9 @@
var CONFIGURATOR = {
'releaseDate': 1424462791805, // new Date().getTime() - 2015.02.20
'apiVersionAccepted': 1.2,
'backupRestoreMinApiVersionAccepted': 1.5,
'backupRestoreMinApiVersionAccepted': 1.6,
'pidControllerChangeMinApiVersion': 1.5,
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
'backupFileMinVersionAccepted': '0.63', // chrome.runtime.getManifest().version is stored as string, so does this one
'connectionValid': false,
'connectionValidCliOnly': false,
'cliActive': false,