From f313a9ae0ed73b1343280de648b8a19e2d36983c Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期一, 24 二月 2025 10:00:56 +0800
Subject: [PATCH] 3.5,加入加速度计10s开机后重新初始化,发生硬件错误直接重启

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