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

Merge remote-tracking branch 'upstream/development' into blackbox-flash

This commit is contained in:
Nicholas Sherlock 2015-02-16 17:45:47 +13:00
commit 7fb9f43b00
35 changed files with 1774 additions and 4748 deletions

View file

@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
'releaseDate': 1422552160231, // new Date().getTime() - 2015.01.29
'releaseDate': 1422922675433, // new Date().getTime() - 2015.01.29
'apiVersionAccepted': 1.2,
'backupRestoreMinApiVersionAccepted': 1.5,
'pidControllerChangeMinApiVersion': 1.5,
@ -155,4 +155,4 @@ var DATAFLASH = {
sectors: 0,
totalSize: 0,
usedSize: 0
};
};