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

updating changelog and releaseDate property

This commit is contained in:
cTn 2014-09-29 20:48:28 +02:00
parent b82aad4589
commit 01eac25bbc
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<span>xx.xx.2014 - 0.52</span>
<span>09.29.2014 - 0.52</span>
<p>
- We recommend upgrading to the <strong>latest firmware</strong><br />
- Simplified Initial Setup tab and renamed it to Setup<br />
@ -7,6 +7,7 @@
- Simplified meter UI in Receiver tab<br />
- Channel Map is now configurable in Receiver tab<br />
- Using new "real" 3D renderer for the 3D model<br />
- 3D model for Quad X (creyc)<br />
- Additional motor order diagrams (creyc)<br />
- Updated MSP layer with new custom Baseflight commands<br />
- Various optimizations and bugfixes<br />

View file

@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
'releaseDate': 1409496670288, // 08.31.2014 - new Date().getTime()
'releaseDate': 1412016413051, // new Date().getTime() - 09.29.2014
'firmwareVersionAccepted': 2.3,
'connectionValid': false,
'cliActive': false,