mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
Changed SNR default to 5 to match TBS settings
This commit is contained in:
parent
8814b007fc
commit
03098fa18a
1 changed files with 2 additions and 2 deletions
|
@ -1665,7 +1665,7 @@ groups:
|
||||||
max: 100
|
max: 100
|
||||||
- name: nav_mc_vel_xy_dterm_attenuation_end
|
- name: nav_mc_vel_xy_dterm_attenuation_end
|
||||||
description: "A point (in percent of both target and current horizontal velocity) where nav_mc_vel_xy_dterm_attenuation reaches maximum"
|
description: "A point (in percent of both target and current horizontal velocity) where nav_mc_vel_xy_dterm_attenuation reaches maximum"
|
||||||
default_value: "60"
|
default_value: "60"
|
||||||
field: navVelXyDtermAttenuationEnd
|
field: navVelXyDtermAttenuationEnd
|
||||||
min: 0
|
min: 0
|
||||||
max: 100
|
max: 100
|
||||||
|
@ -2712,7 +2712,7 @@ groups:
|
||||||
max: 1250
|
max: 1250
|
||||||
- name: osd_snr_alarm
|
- name: osd_snr_alarm
|
||||||
description: "Value below which Crossfire SNR Alarm pops-up. (dB)"
|
description: "Value below which Crossfire SNR Alarm pops-up. (dB)"
|
||||||
default_value: "8"
|
default_value: "5"
|
||||||
field: snr_alarm
|
field: snr_alarm
|
||||||
min: -12
|
min: -12
|
||||||
max: 8
|
max: 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue