Browse Source

Merge pull request #2103 from robekl/docs-radio-rxgain

docs: add radio.rxgain command reference
pull/1395/head
Liam Cottle 2 months ago
committed by GitHub
parent
commit
acdb41fcf9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      docs/cli_commands.md

14
docs/cli_commands.md

@ -217,6 +217,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 #### Change the radio parameters for a set duration
**Usage:** **Usage:**
- `tempradio <freq>,<bw>,<sf>,<cr>,<timeout_mins>` - `tempradio <freq>,<bw>,<sf>,<cr>,<timeout_mins>`

Loading…
Cancel
Save