mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
update channel and config options
This commit is contained in:
parent
8fa20d8d0d
commit
7cf4d8a9b3
2 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue