Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcTn <ctndesigner@gmail.com>2014-09-29 22:48:28 +0400
committercTn <ctndesigner@gmail.com>2014-09-29 22:48:28 +0400
commit01eac25bbcd1328a68620f6ff082290d5106e65d (patch)
treea3c681f25d40722e8ba9414378cdba9c65caf8af
parentb82aad4589fd2d3b305f6060a42a4679e7df4362 (diff)
updating changelog and releaseDate propertyv0.52
-rw-r--r--changelog.html3
-rw-r--r--js/data_storage.js2
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog.html b/changelog.html
index e809108d..91936dff 100644
--- a/changelog.html
+++ b/changelog.html
@@ -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 />
diff --git a/js/data_storage.js b/js/data_storage.js
index 4d149f72..951e30f9 100644
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -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,