Skip to content

Commit

Permalink
samples: wifi: radio_test: Improve tone trasmit command description
Browse files Browse the repository at this point in the history
[SHEL-3378] Correct description for tx tone transmission subcommand.

Signed-off-by: Prasun Sinha <[email protected]>
  • Loading branch information
prsi98 committed Jan 9, 2025
1 parent 852ae66 commit 8480037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/wifi/radio_test/radio_test_subcommands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Wi-Fi radio test subcommands
- | <val> (Min: -10, Max: 10)
- 0
- Configuration
- Transmit tone frequency in the range of -10 MHz to 10 MHz.
- Tone frequency in the range of -10 MHz to 10 MHz with resolution of 1 MHz. Transmit tone frequency will be offset from selected channel's center frequency.
* - dpd
- | 0 - DPD bypass
| 1 - Enable DPD
Expand Down
2 changes: 1 addition & 1 deletion samples/wifi/radio_test/src/nrf_wifi_radio_test_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(
0),
SHELL_CMD_ARG(tx_tone_freq,
NULL,
"<val> - Frequency in the range of -10MHz to 10MHz",
"<val> - Frequency in the range of -10MHz to 10MHz (resolution 1MHz)",
nrf_wifi_radio_test_set_tx_tone_freq,
2,
0),
Expand Down

0 comments on commit 8480037

Please sign in to comment.