1.7.6 version

10.3.x-maintenance v1.7.6
U-DESKTOP-12PPI61\boris.bozic 2016-08-24 00:54:08 +02:00
parent 28c2fdd5ae
commit c13b793809
4 changed files with 14 additions and 9 deletions

View File

@ -1639,13 +1639,13 @@
"message": "Gyro Notch Filter Frequency (Hz)"
},
"pidTuningGyroNotchFrequencyHelp": {
"message": "Gyro Notch Filter Frequency (Hz)"
"message": "Gyro Notch Filter Frequency in Hz (0 means disabled)"
},
"pidTuningGyroNotchCutoff": {
"message": "Gyro Notch Filter Cutoff Frequency (Hz)"
},
"pidTuningGyroNotchCutoffHelp": {
"message": "Gyro Notch Filter Cutoff Frequency (Hz)"
"message": "Gyro Notch Filter Cutoff Frequency in Hz (This is where notch filter starts. For example with notch filter 160 and notch hz of 260 it means the range is 160-360hz with most attenuation around center)"
},
"pidTuningFilterSettings": {
"message": "Filter Settings"
@ -1654,25 +1654,25 @@
"message": "D Term Lowpass Frequency (Hz)"
},
"pidTuningDTermLowpassFrequencyHelp": {
"message": "D Term Lowpass Frequency (Hz)"
"message": "D Term Lowpass Frequency in Hz (0 means disabled)"
},
"pidTuningDTermNotchFrequency": {
"message": "D Term Notch Filter Frequency (Hz)"
},
"pidTuningDTermNotchFrequencyHelp": {
"message": "D Term Notch Filter Frequency (Hz)"
"message": "D Term Notch Filter Frequency in Hz (0 means disabled)"
},
"pidTuningDTermNotchCutoff": {
"message": "D Term Notch Filter Cutoff (Hz)"
},
"pidTuningDTermNotchCutoffHelp": {
"message": "D Term Notch Filter Cutoff (Hz)"
"message": "D Term Notch Filter Cutoff in Hz (This is where notch filter starts. For example with notch filter 160 and notch hz of 260 it means the range is 160-360hz with most attenuation around center)"
},
"pidTuningYawLowpassFrequency": {
"message": "Yaw Lowpass Frequency (Hz)"
},
"pidTuningYawLowpassFrequencyHelp": {
"message": "Yaw Lowpass Frequency (Hz)"
"message": "Yaw Lowpass Frequency in Hz (Yaw axis can sometimes be noiser than the rest. This filter only affects the P of yaw)"
},
"pidTuningVbatPidCompensation": {
"message": "Vbat PID Compensation"

View File

@ -1,3 +1,8 @@
<span>2016.08.24 - 1.7.6 - BetaFlight</span>
<ul>
<li>Fix Vbat bug</li>
<li>Increase D setpoint weight range</li>
</ul>
<span>2016.08.23 - 1.7.5 - BetaFlight</span>
<ul>
<li>Added separate Filter Tab</li>

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "1.7.5",
"version": "1.7.6",
"author": "Betaflight Squad",
"name": "Betaflight - Configurator",
"short_name": "Betaflight",

View File

@ -311,8 +311,8 @@
</td>
</tr>
<tr class="dtermSetpoint">
<td><input type="number" name="dtermSetpoint-number" step="0.01" min="0.00" max="2.00"/></td>
<td class="slider"><input type="range" name="dtermSetpoint-range" step="0.01" min="0.00" max="2.00"/></td>
<td><input type="number" name="dtermSetpoint-number" step="0.01" min="0.00" max="3.00"/></td>
<td class="slider"><input type="range" name="dtermSetpoint-range" step="0.01" min="0.00" max="3.00"/></td>
<td colspan=2>
<div>
<label>