mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +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:
parent
96f2a11651
commit
88a9699487
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
var CONFIGURATOR = {
|
var CONFIGURATOR = {
|
||||||
'releaseDate': 1424462791805, // new Date().getTime() - 2015.02.20
|
'releaseDate': 1424462791805, // new Date().getTime() - 2015.02.20
|
||||||
'apiVersionAccepted': 1.2,
|
'apiVersionAccepted': 1.2,
|
||||||
'backupRestoreMinApiVersionAccepted': 1.5,
|
'backupRestoreMinApiVersionAccepted': 1.6,
|
||||||
'pidControllerChangeMinApiVersion': 1.5,
|
'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,
|
'connectionValid': false,
|
||||||
'connectionValidCliOnly': false,
|
'connectionValidCliOnly': false,
|
||||||
'cliActive': false,
|
'cliActive': false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue