mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +00:00
[create-pull-request] automated change (#2810)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
parent
f737ee59ec
commit
e8970ad66b
@ -1 +1 @@
|
||||
Subproject commit e9feb6424aaa00915db33a25f4153ebc8c14735b
|
||||
Subproject commit ce55381ecfd6017f52229db0c8085e6f88d6af44
|
@ -399,7 +399,8 @@ typedef struct _meshtastic_Config_LoRaConfig {
|
||||
/* The region code for the radio (US, CN, EU433, etc...) */
|
||||
meshtastic_Config_LoRaConfig_RegionCode region;
|
||||
/* Maximum number of hops. This can't be greater than 7.
|
||||
Default of 3 */
|
||||
Default of 3
|
||||
Attempting to set a value > 7 results in the default */
|
||||
uint32_t hop_limit;
|
||||
/* Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests.
|
||||
Defaults to false */
|
||||
|
Loading…
Reference in New Issue
Block a user