From dc700c78d8d70a34d48514d465cdd1c9b2ce8738 Mon Sep 17 00:00:00 2001 From: payton Date: Wed, 5 Jul 2023 10:18:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=87=8F=E5=B0=91=E6=B6=88=E6=81=AF=E5=8F=91?= =?UTF-8?q?=E9=80=81=EF=BC=8C=E7=9B=B4=E6=8E=A5=E8=B0=83=E7=94=A8api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/application/source/sf_app/code/source/app/sf_device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/application/source/sf_app/code/source/app/sf_device.c b/code/application/source/sf_app/code/source/app/sf_device.c index 97874e713..52135d6af 100644 --- a/code/application/source/sf_app/code/source/app/sf_device.c +++ b/code/application/source/sf_app/code/source/app/sf_device.c @@ -339,10 +339,11 @@ SINT32 app_led_sd_status_return(void) SINT32 app_led_net_reg_start(void) { - SF_MESSAGE_BUF_S stMessageBuf = {0}; + sf_sys_status_led_set(SF_LED_SYS_STATE_GPRS_SEARCH); + /*SF_MESSAGE_BUF_S stMessageBuf = {0}; stMessageBuf.cmdId = CMD_LED; stMessageBuf.arg1 = SF_LED_SYS_STATE_GPRS_SEARCH; - sf_com_message_send_to_app(&stMessageBuf); + sf_com_message_send_to_app(&stMessageBuf);*/ return SF_SUCCESS; }