You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli_commands.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
53
53
-`time <epoch_seconds>`
54
54
55
55
**Parameters:**
56
-
-`epoc_seconds`: Unix epoc time
56
+
-`epoch_seconds`: Unix epoch time
57
57
58
58
---
59
59
@@ -136,7 +136,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
136
136
137
137
---
138
138
139
-
### End capture of rx log to node sotrage
139
+
### End capture of rx log to node storage
140
140
**Usage:**`log stop`
141
141
142
142
---
@@ -200,7 +200,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
200
200
201
201
**Default:** Varies by board
202
202
203
-
**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.**
203
+
**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.**
204
204
205
205
---
206
206
@@ -230,6 +230,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore
230
230
**Default:**`869.525`
231
231
232
232
**Note:** Requires reboot to apply
233
+
**Serial Only:**`set freq <frequency>`
233
234
234
235
### System
235
236
@@ -295,16 +296,16 @@ This document provides an overview of CLI commands that can be sent to MeshCore
295
296
296
297
#### Change this node's admin password
297
298
**Usage:**
298
-
-`password <password>`
299
+
-`password <new_password>`
299
300
300
301
**Parameters:**
301
-
-`password`: Admin password
302
+
-`new_password`: New admin password
302
303
303
304
**Set by build flag:**`ADMIN_PASSWORD`
304
305
305
306
**Default:**`password`
306
307
307
-
**Note:**Echoed back for confirmation
308
+
**Note:**Command reply echoes the updated password for confirmation.
308
309
309
310
**Note:** Any node using this password will be added to the admin ACL list.
310
311
@@ -769,7 +770,7 @@ region save
769
770
-`gps advert <policy>`
770
771
771
772
**Parameters:**
772
-
-`policy`: `none`|`shared`|`prefs`
773
+
-`policy`: `none`|`share`|`prefs`
773
774
-`none`: don't include location in adverts
774
775
-`share`: share gps location (from SensorManager)
775
776
-`prefs`: location stored in node's lat and lon settings
0 commit comments