Use freq from AppSettings unless passed from another app (#2073)

This commit is contained in:
Mark Thompson
2024-03-30 12:57:43 -05:00
committed by GitHub
parent d29172f41e
commit 56303eb385
12 changed files with 21 additions and 16 deletions

View File

@@ -174,7 +174,6 @@ class AnalogAudioView : public View {
app_settings::SettingsManager settings_{
"rx_audio",
app_settings::Mode::RX,
app_settings::Options::UseGlobalTargetFrequency,
{
{"iq_phase_calibration"sv, &iq_phase_calibration_value}, // we are saving and restoring that CAL from Settings.
}};