mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
updating changelog and releaseDate property
This commit is contained in:
parent
b82aad4589
commit
01eac25bbc
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<span>xx.xx.2014 - 0.52</span>
|
<span>09.29.2014 - 0.52</span>
|
||||||
<p>
|
<p>
|
||||||
- We recommend upgrading to the <strong>latest firmware</strong><br />
|
- We recommend upgrading to the <strong>latest firmware</strong><br />
|
||||||
- Simplified Initial Setup tab and renamed it to Setup<br />
|
- Simplified Initial Setup tab and renamed it to Setup<br />
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
- Simplified meter UI in Receiver tab<br />
|
- Simplified meter UI in Receiver tab<br />
|
||||||
- Channel Map is now configurable in Receiver tab<br />
|
- Channel Map is now configurable in Receiver tab<br />
|
||||||
- Using new "real" 3D renderer for the 3D model<br />
|
- Using new "real" 3D renderer for the 3D model<br />
|
||||||
|
- 3D model for Quad X (creyc)<br />
|
||||||
- Additional motor order diagrams (creyc)<br />
|
- Additional motor order diagrams (creyc)<br />
|
||||||
- Updated MSP layer with new custom Baseflight commands<br />
|
- Updated MSP layer with new custom Baseflight commands<br />
|
||||||
- Various optimizations and bugfixes<br />
|
- Various optimizations and bugfixes<br />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var CONFIGURATOR = {
|
var CONFIGURATOR = {
|
||||||
'releaseDate': 1409496670288, // 08.31.2014 - new Date().getTime()
|
'releaseDate': 1412016413051, // new Date().getTime() - 09.29.2014
|
||||||
'firmwareVersionAccepted': 2.3,
|
'firmwareVersionAccepted': 2.3,
|
||||||
'connectionValid': false,
|
'connectionValid': false,
|
||||||
'cliActive': false,
|
'cliActive': false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue