mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
allow more than 256 freq slots.
??:??:?? 2 Radio myRegion->numChannels: 416 especially on US region the narrow channels will exceed 256 easily
This commit is contained in:
parent
c85caacf3c
commit
ae2a859aee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue