Instructions for hop_limit

https://github.com/meshtastic/Meshtastic-device/issues/1007
This commit is contained in:
Jm Casler 2021-12-18 17:21:22 -05:00
parent 03eff80010
commit 8b299f6a4d

View file

@ -20,6 +20,7 @@ import TabItem from '@theme/TabItem';
| frequency_offset | real numbers | `0` |
| ignore_incoming | `string` list of node nums to ignore | `0` |
| serial_disabled | `true`, `false` | `false` |
| hop_limit | real numbers | 0|
### debug_log_enabled
@ -41,6 +42,12 @@ If true, radio should not try to be smart about what packets to queue to the pho
If set, this will disable the SerialConsole by not initilizing the StreamAPI.
### hop_limit
Overides the deault number of hops a message will be passed. If not set, will default to 3 hops.
Meshtastic allows a maximum of 7 hops (this is a limit of the protocol). Setting a hop_limit of greater than 7 will be replaced with 7 on the device.
## Examples
### Debug Log - Disable