From 532b28654ed3762b71143518863507d50478234f Mon Sep 17 00:00:00 2001 From: crosstyan Date: Tue, 19 May 2026 14:27:20 +0800 Subject: [PATCH] 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. --- include/llcc68_definitions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llcc68_definitions.hpp b/include/llcc68_definitions.hpp index fd95a96..00ca4ca 100644 --- a/include/llcc68_definitions.hpp +++ b/include/llcc68_definitions.hpp @@ -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 =