mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Bump minimum API version up - needs latest firmware for LED strip/ring
compatibility.
This commit is contained in:
parent
a5de593da7
commit
6a11e44802
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
var CONFIGURATOR = {
|
||||
'releaseDate': 1421431075334, // new Date().getTime() - 2015.01.16
|
||||
'apiVersionAccepted': 1.1,
|
||||
'apiVersionAccepted': 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