Merge branch 'dev'

# Conflicts:
#	docs/cli_commands.md
This commit is contained in:
Scott Powell 2026-03-06 12:21:52 +11:00
commit 9f1a3eafcc
64 changed files with 831 additions and 283 deletions

View file

@ -53,7 +53,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
- `time <epoch_seconds>`
**Parameters:**
- `epoc_seconds`: Unix epoc time
- `epoch_seconds`: Unix epoch time
---
@ -136,7 +136,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
---
### End capture of rx log to node sotrage
### End capture of rx log to node storage
**Usage:** `log stop`
---
@ -200,7 +200,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
**Default:** Varies by board
**Notes:** This setting only controls the power level of the LoRa chip. Some nodes have an additional power amplifier stage which increases the total output. Referr to the node's manual for the correct setting to use. **Setting a value too high may violate the laws in your country.**
**Notes:** This setting only controls the power level of the LoRa chip. Some nodes have an additional power amplifier stage which increases the total output. Refer to the node's manual for the correct setting to use. **Setting a value too high may violate the laws in your country.**
---
@ -230,6 +230,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
**Default:** `869.525`
**Note:** Requires reboot to apply
**Serial Only:** `set freq <frequency>`
### System
@ -295,16 +296,16 @@ This document provides an overview of CLI commands that can be sent to MeshCore
#### Change this node's admin password
**Usage:**
- `password <password>`
- `password <new_password>`
**Parameters:**
- `password`: Admin password
- `new_password`: New admin password
**Set by build flag:** `ADMIN_PASSWORD`
**Default:** `password`
**Note:** Echoed back for confirmation
**Note:** Command reply echoes the updated password for confirmation.
**Note:** Any node using this password will be added to the admin ACL list.
@ -769,7 +770,7 @@ region save
- `gps advert <policy>`
**Parameters:**
- `policy`: `none`|`shared`|`prefs`
- `policy`: `none`|`share`|`prefs`
- `none`: don't include location in adverts
- `share`: share gps location (from SensorManager)
- `prefs`: location stored in node's lat and lon settings