Merge pull request #1954 from OverkillFPV/lora-longer-preamble

Lora longer preamble
This commit is contained in:
Liam Cottle
2026-04-30 22:12:04 +12:00
committed by GitHub
73 changed files with 81 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr) {
radio.setSpreadingFactor(sf);
radio.setBandwidth(bw);
radio.setCodingRate(cr);
radio_driver.updatePreamble(sf);
}
void radio_set_tx_power(int8_t dbm) {