update channel and config options

This commit is contained in:
andrekir 2022-09-30 17:31:42 -03:00 committed by Sacha Weatherstone
parent 8fa20d8d0d
commit 7cf4d8a9b3
2 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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