Display if IQ inverted in DFU overlay menu while the algo decides to (#3196)

* init

* expose more info

* copilot suggest
This commit is contained in:
未来方舟
2026-05-29 18:06:17 +08:00
committed by GitHub
parent f3aee44e3b
commit 2c434946cd
4 changed files with 18 additions and 2 deletions
+8
View File
@@ -404,6 +404,14 @@ void set_antenna_bias(const bool on) {
#endif
}
bool get_mixer_invert() {
return mixer_invert;
}
bool get_baseband_invert() {
return baseband_invert;
}
void set_tx_max283x_iq_phase_calibration(const size_t v) {
second_if->set_tx_LO_iq_phase_calibration(v);
}