We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020aa6f commit 54d376dCopy full SHA for 54d376d
src/lib/tx-crsf/TXModuleParameters.cpp
@@ -689,6 +689,8 @@ void TXModuleEndpoint::SetAntennaMode(uint8_t idx)
689
// Force Gemini when using dual band modes.
690
uint8_t newAntennaMode = get_elrs_airRateConfig(config.GetRate())->radio_type == RADIO_TYPE_LR1121_LORA_DUAL ? TX_RADIO_MODE_GEMINI : idx;
691
config.SetAntennaMode(newAntennaMode);
692
+ // Update antenna mode immediately, rather than wait the agonizing 5 seconds for the next sync
693
+ SetSyncSpam();
694
}
695
696
void TXModuleEndpoint::SetTlmRatio(uint8_t idx)
0 commit comments