From 4c3830c7309348ac1826d6579205934eb0a5fe40 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Thu, 14 Nov 2024 23:39:20 -0800 Subject: [PATCH] Improve help for mobile wifi signal tool. (#1693) --- files/app/main/tools/e/wifisignal.ut | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/app/main/tools/e/wifisignal.ut b/files/app/main/tools/e/wifisignal.ut index 62af1874..9e3834b0 100755 --- a/files/app/main/tools/e/wifisignal.ut +++ b/files/app/main/tools/e/wifisignal.ut @@ -207,12 +207,20 @@ for (let i = 0; i < length(stations); i++) { + {% 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.

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.

A sound indicator is also + provided which is useful when aligning antennas without looking at this display.")}} + {% } %} {{_R("tool-footer")}}