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 <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
ca7899afa9
commit
982c072221
1 changed files with 1 additions and 1 deletions
|
@ -4767,7 +4767,7 @@ reboot:
|
|||
SEND_AT_CMD_EXPECT_OK("AT+KHWIOCFG=3,1,6");
|
||||
|
||||
/* Turn on sleep mode */
|
||||
SEND_AT_CMD_EXPECT_OK("AT+KSLEEP=0,2,10");
|
||||
SEND_AT_CMD_EXPECT_OK("AT+KSLEEP=1,2,10");
|
||||
|
||||
#if CONFIG_MODEM_HL7800_PSM
|
||||
/* Turn off eDRX */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue