1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Adding fixes for 3D to the newest version

Merge remote-tracking branch 'upstream/master'

Conflicts:
	tabs/configuration.html
This commit is contained in:
NightHawk32 2015-11-12 17:33:17 -05:00
commit 904a55c930
219 changed files with 25961 additions and 4066 deletions

View file

@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
'releaseDate': 1446278768375, // new Date().getTime() - Fri Oct 02 2015 20:50:49 GMT+0100 (GMT Daylight Time)
'releaseDate': 1447275720339, // new Date().getTime() - Wed Nov 11 2015 21:02:18 GMT+0000 (GMT)
// all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.0',