[Bugfix][T106][bug-view-236]Startup initialization will enter shutdown mode
Only Configure: No
Affected branch: unknown
Affected module: autosuspend
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: yes
Doc Update: no
Change-Id: I432e4faaf7668724293b5b0ec537a6455d0c5aad
diff --git a/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c b/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c
index c7cc274..6a235b3 100755
--- a/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c
+++ b/cap/zx297520v3/src/lynq/framework/lynq-autosuspend/autosuspend_wakeup_count.c
@@ -719,7 +719,7 @@
}
else
{
- strcpy(cmdstr, "AT+ZPOWSTAT=1\r\n");
+ strcpy(cmdstr, "AT+ZLOWPWR=0\r\n");
printf("AUTOSUSPEND: cmd:%s\n",cmdstr);
ret = sc_at_send(1,cmdstr,rsp,sizeof(rsp));
printf("AUTOSUSPEND: sc_at_send result:%d %s\n",ret,rsp);