chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5557)

This commit is contained in:
James Rich
2026-05-20 17:43:05 -07:00
committed by GitHub
parent e67ebb7a0d
commit 05679ec276
195 changed files with 893 additions and 1049 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
title: Connections
parent: User Guide
nav_order: 2
last_updated: 2026-05-13
last_updated: 2026-05-20
description: Connect your phone or desktop to a Meshtastic radio via Bluetooth, USB, or TCP/IP.
aliases:
- bluetooth
@@ -101,7 +101,7 @@ A successful connection is confirmed with a status indicator:
The app reconnects to the **last selected device** on startup. You can switch transports from the Connect screen at any time.
To disconnect from a radio, tap the disconnect button on the Connect screen:
To disconnect, tap the disconnect button on the Connect screen:
![Disconnect from radio](../../assets/screenshots/connections_disconnect.png)
+9 -13
View File
@@ -2,7 +2,7 @@
title: Desktop App
parent: User Guide
nav_order: 14
last_updated: 2026-05-13
last_updated: 2026-05-20
description: Install and use the Meshtastic Desktop app on Linux, macOS, and Windows — connections, feature parity, and keyboard shortcuts.
aliases:
- desktop
@@ -14,11 +14,7 @@ aliases:
# Desktop App
The Meshtastic Desktop application provides the same mesh communication features on Linux, macOS, and Windows.
## Overview
The Desktop app shares its core codebase with the Android app through Kotlin Multiplatform (KMP). Most features work identically across platforms.
The Meshtastic Desktop application shares its core codebase with Android via Kotlin Multiplatform. Most features work identically on Linux, macOS, and Windows.
## Installation
@@ -84,14 +80,14 @@ The Desktop app uses the same Compose Multiplatform UI with adaptations for larg
### Keyboard Shortcuts
| Shortcut | Action |
| ------------------- | --------------------------- |
| **⌘Q** / **Ctrl+Q** | Quit the application |
| **⌘,** / **Ctrl+,** | Open Settings |
| Shortcut | Action |
| ------------------- | ---------------------- |
| **⌘Q** / **Ctrl+Q** | Quit the application |
| **⌘,** / **Ctrl+,** | Open Settings |
| **⌘1** / **Ctrl+1** | Switch to Messages tab |
| **⌘2** / **Ctrl+2** | Switch to Nodes tab |
| **⌘3** / **Ctrl+3** | Switch to Map tab |
| **⌘4** / **Ctrl+4** | Switch to Connect tab |
| **⌘2** / **Ctrl+2** | Switch to Nodes tab |
| **⌘3** / **Ctrl+3** | Switch to Map tab |
| **⌘4** / **Ctrl+4** | Switch to Connect tab |
### Window & System Tray
+1 -1
View File
@@ -2,7 +2,7 @@
title: Nodes
parent: User Guide
nav_order: 4
last_updated: 2026-05-13
last_updated: 2026-05-20
description: Browse, filter, and sort mesh nodes — view details, signal quality, roles, and quick actions.
aliases:
- node-list
+1 -1
View File
@@ -2,7 +2,7 @@
title: Settings — Modules & Admin
parent: User Guide
nav_order: 8
last_updated: 2026-05-13
last_updated: 2026-05-20
description: Configure optional feature modules (MQTT, telemetry, canned messages, TAK, and more) and perform device administration.
aliases:
- modules
+10 -10
View File
@@ -2,7 +2,7 @@
title: Settings — Radio & User
parent: User Guide
nav_order: 7
last_updated: 2026-05-13
last_updated: 2026-05-20
description: Configure your radio hardware, LoRa presets, user profile, position sharing, power management, and security.
aliases:
- الإعدادات
@@ -143,15 +143,15 @@ The modem preset controls the fundamental tradeoff between **range** and **data
### Security Config
| Setting | الوصف |
| --------------------- | -------------------------------------------------------------------------- |
| Public Key | Your node's public key (read-only) |
| Admin Key | Key for remote administration |
| Private Key | Your node's private key (handle securely) |
| ~~Admin Channel Enabled~~ | ⚠️ **Removed** — this toggle has been removed from the UI; admin channel behavior is now handled automatically |
| Debug Log | Output live debug logging over serial/bluetooth |
| Serial Enabled | Enable serial console access (moved from Device Config) |
| Managed Mode | Restrict non-admin channel changes |
| Setting | الوصف |
| ------------------------- | -------------------------------------------------------------------------- |
| Public Key | Your node's public key (read-only) |
| Admin Key | Key for remote administration |
| Private Key | Your node's private key (handle securely) |
| ~~Admin Channel Enabled~~ | ⚠️ Removed — now configured automatically when an admin key is set |
| Debug Log | Output live debug logging over serial/bluetooth |
| Serial Enabled | Enable serial console access (moved from Device Config) |
| Managed Mode | Restrict non-admin channel changes |
![Password field](../../assets/screenshots/settings_password_field.png)