Skip to content

Commit c13b793

Browse files
committed
1.7.6 version
1 parent 28c2fdd commit c13b793

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

_locales/en/messages.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,13 +1639,13 @@
16391639
"message": "Gyro Notch Filter Frequency (Hz)"
16401640
},
16411641
"pidTuningGyroNotchFrequencyHelp": {
1642-
"message": "Gyro Notch Filter Frequency (Hz)"
1642+
"message": "Gyro Notch Filter Frequency in Hz (0 means disabled)"
16431643
},
16441644
"pidTuningGyroNotchCutoff": {
16451645
"message": "Gyro Notch Filter Cutoff Frequency (Hz)"
16461646
},
16471647
"pidTuningGyroNotchCutoffHelp": {
1648-
"message": "Gyro Notch Filter Cutoff Frequency (Hz)"
1648+
"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)"
16491649
},
16501650
"pidTuningFilterSettings": {
16511651
"message": "Filter Settings"
@@ -1654,25 +1654,25 @@
16541654
"message": "D Term Lowpass Frequency (Hz)"
16551655
},
16561656
"pidTuningDTermLowpassFrequencyHelp": {
1657-
"message": "D Term Lowpass Frequency (Hz)"
1657+
"message": "D Term Lowpass Frequency in Hz (0 means disabled)"
16581658
},
16591659
"pidTuningDTermNotchFrequency": {
16601660
"message": "D Term Notch Filter Frequency (Hz)"
16611661
},
16621662
"pidTuningDTermNotchFrequencyHelp": {
1663-
"message": "D Term Notch Filter Frequency (Hz)"
1663+
"message": "D Term Notch Filter Frequency in Hz (0 means disabled)"
16641664
},
16651665
"pidTuningDTermNotchCutoff": {
16661666
"message": "D Term Notch Filter Cutoff (Hz)"
16671667
},
16681668
"pidTuningDTermNotchCutoffHelp": {
1669-
"message": "D Term Notch Filter Cutoff (Hz)"
1669+
"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)"
16701670
},
16711671
"pidTuningYawLowpassFrequency": {
16721672
"message": "Yaw Lowpass Frequency (Hz)"
16731673
},
16741674
"pidTuningYawLowpassFrequencyHelp": {
1675-
"message": "Yaw Lowpass Frequency (Hz)"
1675+
"message": "Yaw Lowpass Frequency in Hz (Yaw axis can sometimes be noiser than the rest. This filter only affects the P of yaw)"
16761676
},
16771677
"pidTuningVbatPidCompensation": {
16781678
"message": "Vbat PID Compensation"

changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<span>2016.08.24 - 1.7.6 - BetaFlight</span>
2+
<ul>
3+
<li>Fix Vbat bug</li>
4+
<li>Increase D setpoint weight range</li>
5+
</ul>
16
<span>2016.08.23 - 1.7.5 - BetaFlight</span>
27
<ul>
38
<li>Added separate Filter Tab</li>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"minimum_chrome_version": "38",
4-
"version": "1.7.5",
4+
"version": "1.7.6",
55
"author": "Betaflight Squad",
66
"name": "Betaflight - Configurator",
77
"short_name": "Betaflight",

tabs/pid_tuning.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@
311311
</td>
312312
</tr>
313313
<tr class="dtermSetpoint">
314-
<td><input type="number" name="dtermSetpoint-number" step="0.01" min="0.00" max="2.00"/></td>
315-
<td class="slider"><input type="range" name="dtermSetpoint-range" step="0.01" min="0.00" max="2.00"/></td>
314+
<td><input type="number" name="dtermSetpoint-number" step="0.01" min="0.00" max="3.00"/></td>
315+
<td class="slider"><input type="range" name="dtermSetpoint-range" step="0.01" min="0.00" max="3.00"/></td>
316316
<td colspan=2>
317317
<div>
318318
<label>

0 commit comments

Comments
 (0)