Bump minimum API version up - needs latest firmware for LED strip/ring

compatibility.
10.3.x-maintenance
Dominic Clifton 2015-01-23 02:24:56 +01:00
parent a5de593da7
commit 6a11e44802
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<p>
- Add support for backup and restore of LED strip configuration.<br />
- Update presentation of LEDs that have multiple functions.<br />
- Support for LED thrust ring.<br />
</p>
<span>2015.01.08 - 0.60.0 - cleanflight</span>
<p>

View File

@ -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,