From 4225a893c6c67cbed43e1aae264a3f79c010c998 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期二, 14 一月 2025 10:32:50 +0800
Subject: [PATCH] 3.2,修改灯亮的逻辑。

---
 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