From 8e20afae32b9e4115caeea49a470016f71661555 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 09 一月 2025 09:25:33 +0800 Subject: [PATCH] 目前调试完毕 1s上发一次 适配最新板子 看门狗跟静止休眠能同时用,去掉了低功耗超链接模式目前 --- FML/Internet/Module/AIR780E/AIR780EDriver.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FML/Internet/Module/AIR780E/AIR780EDriver.c b/FML/Internet/Module/AIR780E/AIR780EDriver.c index 9bfe815..c45593b 100644 --- a/FML/Internet/Module/AIR780E/AIR780EDriver.c +++ b/FML/Internet/Module/AIR780E/AIR780EDriver.c @@ -616,7 +616,7 @@ stUartInit.m_pu8TxBuf = l_au8AIR780EUartTxBuf; stUartInit.m_u32TxBufSize = AIR780E_UART_TX_BUF_SIZE; stUartInit.m_u32TxQueueMemberCnt = AIR780E_UART_TX_QUEUE_MEMBER_CNT; - stUartInit.m_u32BaudRate = 9600; + stUartInit.m_u32BaudRate = 115200; if(Uart_Init(UART_ID_4G, &stUartInit) != HIDO_OK) { return HIDO_ERR; -- Gitblit v1.9.3