From ae2a859aeebb89869d6e5cab177ff328802133ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 18 Oct 2022 08:36:39 +0200 Subject: [PATCH] allow more than 256 freq slots. ??:??:?? 2 Radio myRegion->numChannels: 416 especially on US region the narrow channels will exceed 256 easily --- config.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.options b/config.options index 8fd359c..8fab6f8 100644 --- a/config.options +++ b/config.options @@ -8,4 +8,4 @@ *LoRaConfig.tx_power int_size:8 *LoRaConfig.bandwidth int_size:16 *LoRaConfig.coding_rate int_size:8 -*LoRaConfig.channel_num int_size:8 +*LoRaConfig.channel_num int_size:16