1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 15:55:33 +03:00

Merge pull request #216 from TheAngularity/patch-1

removed releaseDate entry
This commit is contained in:
Michael Keller 2016-08-14 03:51:52 +12:00 committed by GitHub
commit d84b60a1ea

View file

@ -1,9 +1,7 @@
'use strict';
var CONFIGURATOR = {
'releaseDate': 1463055533515, // new Date().getTime() - Thu May 12 2016 14:19:06 GMT+0200
// all versions are specified and compared using semantic versioning http://semver.org/
// all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.1',
'backupRestoreMinApiVersionAccepted': '1.5.0',
'pidControllerChangeMinApiVersion': '1.5.0',