changed to set the preamble on radio settings change

Este commit está contenido en:
overkillfpv
2026-03-29 21:45:16 +11:00
padre 3843c00f54
commit f0ec5d2ae7
Se han modificado 66 ficheros con 65 adiciones y 10 borrados
+1
Ver fichero
@@ -44,6 +44,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) {