mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-02 09:35:20 -05:00
Set iq_phase_cal in radio when starting SPEC mode (#1972)
This commit is contained in:
parent
e9b9ba4602
commit
ccd71d9593
@ -137,6 +137,8 @@ SPECOptionsView::SPECOptionsView(
|
|||||||
field_rx_iq_phase_cal.on_change = [this, view](int32_t v) {
|
field_rx_iq_phase_cal.on_change = [this, view](int32_t v) {
|
||||||
view->set_spec_iq_phase_calibration_value(v); // using accessor function of AnalogAudioView to write inside SPEC submenu, register value to max283x and save it to rx_audio.ini
|
view->set_spec_iq_phase_calibration_value(v); // using accessor function of AnalogAudioView to write inside SPEC submenu, register value to max283x and save it to rx_audio.ini
|
||||||
};
|
};
|
||||||
|
|
||||||
|
view->set_spec_iq_phase_calibration_value(view->get_spec_iq_phase_calibration_value()); // initialize iq_phase_calibration in radio
|
||||||
}
|
}
|
||||||
|
|
||||||
/* AnalogAudioView *******************************************************/
|
/* AnalogAudioView *******************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user