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:
@@ -478,7 +478,7 @@ struct gfsk_parameters_t {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static constexpr 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()) {
|
tx_params_t tx_params = tx_params_t::Default()) {
|
||||||
return {
|
return {
|
||||||
.mod_params =
|
.mod_params =
|
||||||
|
|||||||
Reference in New Issue
Block a user