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:
parent
c917f69ac7
commit
be148163da
1 changed files with 1 additions and 3 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue