From 03098fa18a7c17a58e53e74c97dd1ea38907480c Mon Sep 17 00:00:00 2001 From: OptimusTi Date: Tue, 8 Sep 2020 15:47:50 -0400 Subject: [PATCH] Changed SNR default to 5 to match TBS settings --- src/main/fc/settings.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index b99c7185bb..bae1404997 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -1665,7 +1665,7 @@ groups: max: 100 - 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" - default_value: "60" + default_value: "60" field: navVelXyDtermAttenuationEnd min: 0 max: 100 @@ -2712,7 +2712,7 @@ groups: max: 1250 - name: osd_snr_alarm description: "Value below which Crossfire SNR Alarm pops-up. (dB)" - default_value: "8" + default_value: "5" field: snr_alarm min: -12 max: 8