chen
2024-09-13 e71ce2771abe8afff42768a0ad74784da44c708e
keil/include/main/main.c
@@ -294,7 +294,8 @@
    if(delaysleep_count>0)
        delaysleep_count--;
    //GPS工作逻辑
update_led_power_state();//更新灯状态测试
}
static void voltage_input_handler(enum IO_PIN_T pin)
{
@@ -505,13 +506,13 @@
                LOG_INFO(TRACE_MODULE_APP, "运行Socket_RecvAll\r\n");
                Socket_RecvAll();
            }
            air780_led_on();
           // air780_led_on();
//LOG_INFO(TRACE_MODULE_APP, "处理4G\r\n");
            Internet_Poll();
            HIDO_ATLitePoll();
            HIDO_TimerPoll();
            TCPClient_Poll();
            air780_led_off();
           // air780_led_off();
        }
        if(flag_secondtask)
        {