Skip to content

Commit

Permalink
samples: 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 for
            nrf70 bare-metal driver.

Signed-off-by: Prasun Sinha <Prasun.Sinha@nordicsemi.no>
  • Loading branch information
prsi98 authored and krish2718 committed Jan 15, 2025
1 parent 3e0b29f commit f8d9534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/radio_test_bm/src/nrf_wifi_radio_test_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(
"2 = Dynamic packet captur ",
RTSH(nrf_wifi_radio_test_rx_cap), 2, 0),
SHELL_CMD_ARG(tx_tone_freq, NULL,
"<val> - Frequency in the range of -10MHz to 10MHz",
"<val> - Frequency offset with respect to center frequency in the range of -10 MHz to 10 MHz (resolution 1 MHz)",
RTSH(nrf_wifi_radio_test_set_tx_tone_freq), 2, 0),
SHELL_CMD_ARG(tx_tone, NULL,
"<TONE CONTROL>\n"
Expand Down

0 comments on commit f8d9534

Please sign in to comment.