mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
[create-pull-request] automated change (#2810)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f737ee59ec
commit
e8970ad66b
Submodule protobufs updated: e9feb6424a...ce55381ecf
@@ -399,7 +399,8 @@ typedef struct _meshtastic_Config_LoRaConfig {
|
|||||||
/* The region code for the radio (US, CN, EU433, etc...) */
|
/* The region code for the radio (US, CN, EU433, etc...) */
|
||||||
meshtastic_Config_LoRaConfig_RegionCode region;
|
meshtastic_Config_LoRaConfig_RegionCode region;
|
||||||
/* Maximum number of hops. This can't be greater than 7.
|
/* 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;
|
uint32_t hop_limit;
|
||||||
/* Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests.
|
/* Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests.
|
||||||
Defaults to false */
|
Defaults to false */
|
||||||
|
|||||||
Reference in New Issue
Block a user