Browse Source
docs: add radio.rxgain command reference
pull/2103/head
Robert Ekl
3 months ago
No known key found for this signature in database
GPG Key ID: 224F2A3AEDFDEC85
1 changed files with
14 additions and
0 deletions
-
docs/cli_commands.md
|
|
|
@ -210,6 +210,20 @@ This document provides an overview of CLI commands that can be sent to MeshCore |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
#### View or change the boosted receive gain mode |
|
|
|
**Usage:** |
|
|
|
- `get radio.rxgain` |
|
|
|
- `set radio.rxgain <state>` |
|
|
|
|
|
|
|
**Parameters:** |
|
|
|
- `state`: `on`|`off` |
|
|
|
|
|
|
|
**Default:** `off` |
|
|
|
|
|
|
|
**Note:** Only available on SX1262 and SX1268 based boards. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
#### Change the radio parameters for a set duration |
|
|
|
**Usage:** |
|
|
|
- `tempradio <freq>,<bw>,<sf>,<cr>,<timeout_mins>` |
|
|
|
|