mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Allow old API version to be used but disable LED strip tab and
backup/restore functionality in certain cases. Cleanup of tab switching.
This commit is contained in:
parent
ebbf3de5e1
commit
34b7b87c3e
6 changed files with 86 additions and 43 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
var CONFIGURATOR = {
|
||||
'releaseDate': 1421431075334, // new Date().getTime() - 2015.01.16
|
||||
'apiVersionAccepted': 1.4,
|
||||
'apiVersionAccepted': 1.2,
|
||||
'backupRestoreMinApiVersionAccepted': 1.4,
|
||||
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
|
||||
'connectionValid': false,
|
||||
'connectionValidCliOnly': false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue