From aef3e974e8b3204ff1ca876523b7d1397063ba60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=5F666?= <13089258+pony-six-hundred-and-sixty-six@user.noreply.gitee.com> Date: Wed, 28 May 2025 18:43:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/src/bsp_bt.c | 2 +- bsp/src/bsp_flash.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/src/bsp_bt.c b/bsp/src/bsp_bt.c index 60c375d..f84b3b8 100644 --- a/bsp/src/bsp_bt.c +++ b/bsp/src/bsp_bt.c @@ -408,7 +408,7 @@ int BSP_Bt_Process (uint8_t *data, uint16_t len) { to_sever_send_bt_connect_flag = 0; Ml307_Send_Event (KMl307ValveDisconnectEvent); - } + } } break; default: diff --git a/bsp/src/bsp_flash.c b/bsp/src/bsp_flash.c index 62530a2..e28649f 100644 --- a/bsp/src/bsp_flash.c +++ b/bsp/src/bsp_flash.c @@ -904,7 +904,7 @@ int BSP_Flash_Init (void) Flash_SetProductTimeLimit (2025, 2, 10, 13, 50, 20, kFactoryTimeId); Set_ExpirationTime (MAX_EXPIRATION_DAYS); - Flash_Set_Calibration_State(kNotCalibrated); // 标定状态 + Flash_Set_Calibration_State(kSysGasCalibStatus); // 标定状态 Flash_Set_Valve_Num(0); sci.hw_ver = SYS_HW_VERSION; sci.sw_ver = SYS_SW_VERSION;