From 7cf4d8a9b3db42fe4a456c992657052e055aa180 Mon Sep 17 00:00:00 2001 From: andrekir Date: Fri, 30 Sep 2022 17:31:42 -0300 Subject: [PATCH] update channel and config options --- channel.options | 5 ----- config.options | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/channel.options b/channel.options index d4f22c1..d0bdcbc 100644 --- a/channel.options +++ b/channel.options @@ -3,8 +3,3 @@ # 256 bit or 128 bit psk key *ChannelSettings.psk max_size:32 *ChannelSettings.name max_size:12 -*ChannelSettings.tx_power int_size:8 -*ChannelSettings.bandwidth int_size:16 -*ChannelSettings.coding_rate int_size:8 -*ChannelSettings.channel_num int_size:8 - diff --git a/config.options b/config.options index 0290b2d..8fd359c 100644 --- a/config.options +++ b/config.options @@ -1,7 +1,11 @@ *NetworkConfig.wifi_ssid max_size:33 *NetworkConfig.wifi_psk max_size:64 +*NetworkConfig.ntp_server max_size:33 # Max of three ignored nodes for our testing *LoRaConfig.ignore_incoming max_count:3 -*NetworkConfig.ntp_server max_size:33 +*LoRaConfig.tx_power int_size:8 +*LoRaConfig.bandwidth int_size:16 +*LoRaConfig.coding_rate int_size:8 +*LoRaConfig.channel_num int_size:8