feat: move default GMSK channel above LoRa plan

Change the fixed 6-byte GMSK helper default to 434.18 MHz so new GMSK traffic does not share the existing 433.10, 433.45, and 433.90 MHz LoRa channels.
This commit is contained in:
2026-05-19 14:27:20 +08:00
parent 41b4aed456
commit 532b28654e
+1 -1
View File
@@ -478,7 +478,7 @@ struct gfsk_parameters_t {
}
static constexpr gfsk_parameters_t
Gmsk100kFixed6(freq_t frequency_mhz = 433.45,
Gmsk100kFixed6(freq_t frequency_mhz = 434.18,
tx_params_t tx_params = tx_params_t::Default()) {
return {
.mod_params =