mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 14:27:45 -08:00
Instructions for hop_limit
https://github.com/meshtastic/Meshtastic-device/issues/1007
This commit is contained in:
parent
03eff80010
commit
8b299f6a4d
|
@ -20,6 +20,7 @@ import TabItem from '@theme/TabItem';
|
||||||
| frequency_offset | real numbers | `0` |
|
| frequency_offset | real numbers | `0` |
|
||||||
| ignore_incoming | `string` – list of node nums to ignore | `0` |
|
| ignore_incoming | `string` – list of node nums to ignore | `0` |
|
||||||
| serial_disabled | `true`, `false` | `false` |
|
| serial_disabled | `true`, `false` | `false` |
|
||||||
|
| hop_limit | real numbers | 0|
|
||||||
|
|
||||||
### debug_log_enabled
|
### 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.
|
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
|
## Examples
|
||||||
|
|
||||||
### Debug Log - Disable
|
### Debug Log - Disable
|
||||||
|
|
Loading…
Reference in a new issue