Commit 982c0722 authored by Ryan Erickson's avatar Ryan Erickson Committed by Anas Nashif
Browse files

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: default avatarRyan Erickson <ryan.erickson@lairdconnect.com>
parent ca7899af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */