mirror of https://github.com/aredn/aredn.git
Improve help for mobile wifi signal tool. (#1693)
This commit is contained in:
parent
635f5e714b
commit
4c3830c730
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue