1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00

removed releaseDate entry

used for expired time check and after pr #209 not more needed
This commit is contained in:
TheAngularity 2016-08-13 17:49:34 +02:00 committed by GitHub
parent c917f69ac7
commit be148163da

View file

@ -1,8 +1,6 @@
'use strict'; 'use strict';
var CONFIGURATOR = { 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', 'apiVersionAccepted': '1.2.1',
'backupRestoreMinApiVersionAccepted': '1.5.0', 'backupRestoreMinApiVersionAccepted': '1.5.0',