1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-12 22:43:36 -04:00

Replaced hardcoded bit scaling literals by defines

This commit is contained in:
f4exb
2018-01-21 10:57:04 +01:00
parent f34750716a
commit 491b8a6d33
29 changed files with 89 additions and 111 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void ATVModSettings::resetToDefaults()
m_cameraPlay = false;
m_channelMute = false;
m_invertedVideo = false;
m_rfScalingFactor = 29204.0f; // -1dB
m_rfScalingFactor = 0.891235351562f * SDR_SCALEF; // -1dB
m_fmExcursion = 0.5f; // half bandwidth
m_forceDecimator = false;
m_overlayText = "ATV";