[create-pull-request] automated change (#2810)

Co-authored-by: thebentern <thebentern@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-18 13:26:09 -05:00
committed by GitHub
parent f737ee59ec
commit e8970ad66b
2 changed files with 3 additions and 2 deletions

View File

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