diff --git a/docs/configuration/radio/lora.mdx b/docs/configuration/radio/lora.mdx index fe34ee1e..e6f0a927 100644 --- a/docs/configuration/radio/lora.mdx +++ b/docs/configuration/radio/lora.mdx @@ -57,6 +57,8 @@ The Presets available are as follows, and follow a linear pattern of Fastest \<\ Maximum number of hops. This can't be greater than 7. Default is 3 which should be fine for most applications. _**Really, 3 is fine.**_ +![Hop Count](/img/configuration/max-hops.png) + ### Transmit Power If zero then, use default max legal continuous power (i.e. something that won't burn out the radio hardware) diff --git a/static/img/configuration/max-hops.png b/static/img/configuration/max-hops.png new file mode 100644 index 00000000..4545c73a Binary files /dev/null and b/static/img/configuration/max-hops.png differ