Skip to content

Commit

Permalink
wireless/nrc7292: Set duty cycle to 10%
Browse files Browse the repository at this point in the history
Set duty cycle to 10% for compliance
  • Loading branch information
SPRESENSE committed Dec 11, 2024
1 parent 9ceda85 commit 8cb3d96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wireless/nrc7292/nrc7292_atcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ static const struct setup_cmd_s g_module_setup_cmds[] =
NULL,
procret_none
},
{
"AT+WDUTYCYCLE=1000000,100000\r\n", /* Duty ratio 10%: window=1s, duration=0.1s */
NULL,
NULL,
procret_none
},
{
NULL,
NULL,
Expand Down

0 comments on commit 8cb3d96

Please sign in to comment.