Version 1.5
parent
51afd78200
commit
ff6d8d3e93
|
@ -813,7 +813,7 @@
|
|||
"message": "Please read receiver chapter of the documentation. Configure serial port (if required), receiver mode (serial/ppm/pwm), provider (for serial receivers), bind receiver, set channel map, configure channel endpoints/range on TX so that all channels go from ~1000 to ~2000. Set midpoint (default 1500), trim channels to 1500, configure stick deadband, verify behaviour when TX is off or out of range.<br /><span style=\"color: red\">IMPORTANT:</span> Before flying read failsafe chapter of documentation and configure failsafe."
|
||||
},
|
||||
"tuningHelp": {
|
||||
"message": "Tuning tips<br><b>Derivative from Error</b> provides more direct stick response and is mostly prefered for Racing.<br><b>Derivative from Measurement</b> provides smoother stick response what is more usefull for freestyling<br><br /><span style=\"color: red\">IMPORTANT:</span> It is important to verify motor temperatures during first flights. The higher the filter value gets the better it may fly, but you do to get more noise into the motors. <br>Default value of 100hz is optimal, but for noiser setups you can try lowering Dterm filter to 50hz and possibly also the gyro filter."
|
||||
"message": "<b>Tuning tips</b><br><i>Derivative from Error</i> provides more direct stick response and is mostly prefered for Racing.<br><i>Derivative from Measurement</i> provides smoother stick response what is more usefull for freestyling<br><br /><span style=\"color: red\">IMPORTANT:</span> It is important to verify motor temperatures during first flights. The higher the filter value gets the better it may fly, but you do to get more noise into the motors. <br>Default value of 100hz is optimal, but for noiser setups you can try lowering Dterm filter to 50hz and possibly also the gyro filter."
|
||||
},
|
||||
"receiverThrottleMid": {
|
||||
"message": "Throttle MID"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<span>2016.06.27 - 1.5 - BetaFlight</span>
|
||||
<ul>
|
||||
<li>Fix some saving issues</li>
|
||||
</ul>
|
||||
<span>2016.06.26 - 1.4 - BetaFlight</span>
|
||||
<ul>
|
||||
<li>Fix saving bug in 1.3 for 2.9 firmware</li>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"minimum_chrome_version": "38",
|
||||
"version": "1.4",
|
||||
"version": "1.5",
|
||||
"author": "Betaflight Squad",
|
||||
"name": "Betaflight - Configurator",
|
||||
"short_name": "Betaflight",
|
||||
|
|
|
@ -444,6 +444,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
|
||||
if (CONFIG.flightControllerIdentifier == "BTFL" && semver.lt(CONFIG.flightControllerVersion, "2.8.2")) {
|
||||
$('.delta').hide();
|
||||
$('.note').hide();
|
||||
}
|
||||
|
||||
// update == save.
|
||||
|
|
Loading…
Reference in New Issue