Settings - Sound: Allow to set items to None

This commit is contained in:
vanous
2026-06-07 09:13:02 +02:00
parent 484d8cb093
commit 7703b3ae36
6 changed files with 28 additions and 21 deletions

View File

@@ -37,9 +37,9 @@ Press **Cancel/Back** to save and return to the home screen.
| -------------- | ------------------------------ | ------------------------------------------------------------ |
| Buzzer | On / Off / Auto | Auto: silences while BLE connected, re-enables on disconnect |
| Volume | 15 | LEFT/RIGHT; preview tone plays on each change |
| DM Melody | built-in / Melody 1 / Melody 2 | Notification sound for incoming private messages |
| Channel Melody | built-in / Melody 1 / Melody 2 | Notification sound for incoming channel messages |
| AD sound | built-in / Melody 1 / Melody 2 | Sound played whenever an **advert** is received from *any* node — pairs with Auto-Advert as an audible "in range" heartbeat (see Tools Auto-Advert). There's no *off* here; `built-in` still chirps, so silence it via the **Buzzer** setting |
| DM Melody | built-in / Melody 1 / Melody 2 / None | Notification sound for incoming private messages. `None` disables the sound for this event. |
| Channel Melody | built-in / Melody 1 / Melody 2 / None | Notification sound for incoming channel messages. `None` disables the sound for this event. |
| AD sound | built-in / Melody 1 / Melody 2 / None | Sound played whenever an **advert** is received from *any* node — pairs with Auto-Advert as an audible "in range" heartbeat (see Tools Auto-Advert). `None` disables the sound for this event. |
Melody 1 and Melody 2 are custom sequences editable in **Tools Ringtone Editor**.

View File

@@ -159,7 +159,7 @@ Saved **waypoints are included** in the export as GPX `<wpt>` elements (with the
Periodically broadcasts a 0-hop advert with your GPS position. Configurable interval: off / 30 s / 1 min / 2 min / 5 min / 10 min / 30 min / 1 h. A blinking **A** appears in the status bar while active.
> [!TIP]
> **Audible connection heartbeat** — the device chirps each time it *receives* an advert from any node (sound chosen in **Settings Sound AD sound**). With Auto-Advert running on both ends (e.g. two people on a hike), each hearing the other's periodic advert becomes a hands-free "in range" beep — no need to look at the screen. It fires for **every** received advert, so in a busy mesh it can get chatty; to silence it set **Settings Sound Buzzer** to *Off* (or *Auto*, which mutes while a companion app is connected) — `built-in` still chirps.
> **Audible connection heartbeat** — the device chirps each time it *receives* an advert from any node (sound chosen in **Settings Sound AD sound**). With Auto-Advert running on both ends (e.g. two people on a hike), each hearing the other's periodic advert becomes a hands-free "in range" beep — no need to look at the screen. It fires for **every** received advert, so in a busy mesh it can get chatty; choose `None` in **Settings Sound AD sound** to silence just this event, or set **Settings Sound Buzzer** to *Off* (or *Auto*, which mutes while a companion app is connected) to silence all buzzer output.
---