1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Updating to use API version 1.1.

This commit is contained in:
Dominic Clifton 2015-01-02 19:27:43 +00:00
parent 64a8dfd4d2
commit 32820853ce
7 changed files with 117 additions and 55 deletions

View file

@ -2,7 +2,7 @@
var CONFIGURATOR = {
'releaseDate': 1417875879820, // new Date().getTime() - 2014.12.06
'firmwareVersionAccepted': 2.3,
'apiVersionAccepted': 1.1,
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
'connectionValid': false,
'cliActive': false,