Skip to content

Commit 982c072

Browse files
rerickson1nashif
authored andcommitted
modem: hl7800: change sleep mode
Sleep mode 0 (driven by DTR) is only recommended for use as a legacy option. Sleep mode 1 is recommend by Sierra Wireless. Signed-off-by: Ryan Erickson <[email protected]>
1 parent ca7899a commit 982c072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/modem/hl7800.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4767,7 +4767,7 @@ static int modem_reset_and_configure(void)
47674767
SEND_AT_CMD_EXPECT_OK("AT+KHWIOCFG=3,1,6");
47684768

47694769
/* Turn on sleep mode */
4770-
SEND_AT_CMD_EXPECT_OK("AT+KSLEEP=0,2,10");
4770+
SEND_AT_CMD_EXPECT_OK("AT+KSLEEP=1,2,10");
47714771

47724772
#if CONFIG_MODEM_HL7800_PSM
47734773
/* Turn off eDRX */

0 commit comments

Comments
 (0)