Improve help for mobile wifi signal tool. (#1693)

This commit is contained in:
Tim Wilkinson 2024-11-14 23:39:20 -08:00 committed by GitHub
parent 635f5e714b
commit 4c3830c730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -207,12 +207,20 @@ for (let i = 0; i < length(stations); i++) {
</div>
</div>
</div>
{% if (!request.mobile) { %}
{{_H("This tool helps to align the node's antenna with its neighbors for the best signal strength. The indicator on the left
shows the current, best, and worst signal strengths for the local and remote ends of a connection.
The graph on the right show the history of the most recent local and remote signal strengths.
The local and remote signal strengths are shown when a specific neighbor is selected.
Otherwise only the local average signal strength of all currently visible nodes is shown.<p>A sound indicator is also
provided which is useful when aligning antennas without looking at this display.")}}
{% } else { %}
{{_H("This tool helps to align the node's antenna with its neighbors for the best signal strength. The indicator shows the
current, best, and worst signal strengths for the local and remote ends of a connection.
The local and remote signal strengths are shown when a specific neighbor is selected.
Otherwise only the local average signal strength of all currently visible nodes is shown.<p>A sound indicator is also
provided which is useful when aligning antennas without looking at this display.")}}
{% } %}
</div>
{{_R("tool-footer")}}
<script>