From 9ae0828fcb5ec787c9e1f1c0978ade2e16708807 Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:45:47 +0200 Subject: [PATCH] docs: document global Units setting + Trail Readout toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the Settings › System "Units" (Metric/Imperial) row and update the Trail action-menu entry from the old four-way km/h·mph·min/km·min/mi "Units" cycle to a Speed/Pace "Readout" toggle within the global system. Co-Authored-By: Claude Opus 4.8 --- docs/solo_features/settings_screen/settings_screen.md | 1 + docs/solo_features/tools_screen/tools_screen.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/solo_features/settings_screen/settings_screen.md b/docs/solo_features/settings_screen/settings_screen.md index 6e8c0583..3c43f085 100644 --- a/docs/solo_features/settings_screen/settings_screen.md +++ b/docs/solo_features/settings_screen/settings_screen.md @@ -73,6 +73,7 @@ Lists all available home screen pages. For each entry: | ----------- | --------------------------------------------------- | -------------------------------------------------------------------------------------- | | Timezone | −12 h … +14 h | UTC offset in whole hours | | Low battery | off / 3.0 V / 3.1 V / 3.2 V / 3.3 V / 3.4 V / 3.5 V | Auto-shutdown threshold; also sets the 0 % anchor for the battery percentage indicator | +| Units | Metric / Imperial | Global unit system for every distance/speed shown in Tools (Nearby Nodes, Trail, navigate-to-point). Metric: m / km, km/h, min/km. Imperial: ft / mi, mph, min/mi | --- diff --git a/docs/solo_features/tools_screen/tools_screen.md b/docs/solo_features/tools_screen/tools_screen.md index 09af51ff..1c0ce813 100644 --- a/docs/solo_features/tools_screen/tools_screen.md +++ b/docs/solo_features/tools_screen/tools_screen.md @@ -89,7 +89,7 @@ Cycle views with **LEFT / RIGHT**: | Item | Interaction | Action | | --------------------- | ------------------- | --------------------------------------------------- | | Min dist | LEFT/RIGHT | Filter gate: 5 m / 10 m / 25 m / 100 m | -| Units | LEFT/RIGHT | Speed/pace: km/h / mph / min/km / min/mi | +| Readout | LEFT/RIGHT or Enter | Summary shows Speed or Pace (in the global unit system) | | Grid | LEFT/RIGHT or Enter | Toggle scale grid on the map | | Mark here | Enter | Drop a waypoint at the current GPS fix (see below) | | Waypoints | Enter | Open the waypoint list / navigation |