This commit is contained in:
小马_666 2025-05-28 18:43:53 +08:00
parent 1b566c8281
commit aef3e974e8
2 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ int BSP_Bt_Process (uint8_t *data, uint16_t len)
{ {
to_sever_send_bt_connect_flag = 0; to_sever_send_bt_connect_flag = 0;
Ml307_Send_Event (KMl307ValveDisconnectEvent); Ml307_Send_Event (KMl307ValveDisconnectEvent);
} }
} }
break; break;
default: default:

View File

@ -904,7 +904,7 @@ int BSP_Flash_Init (void)
Flash_SetProductTimeLimit (2025, 2, 10, 13, 50, 20, kFactoryTimeId); Flash_SetProductTimeLimit (2025, 2, 10, 13, 50, 20, kFactoryTimeId);
Set_ExpirationTime (MAX_EXPIRATION_DAYS); Set_ExpirationTime (MAX_EXPIRATION_DAYS);
Flash_Set_Calibration_State(kNotCalibrated); // 标定状态 Flash_Set_Calibration_State(kSysGasCalibStatus); // 标定状态
Flash_Set_Valve_Num(0); Flash_Set_Valve_Num(0);
sci.hw_ver = SYS_HW_VERSION; sci.hw_ver = SYS_HW_VERSION;
sci.sw_ver = SYS_SW_VERSION; sci.sw_ver = SYS_SW_VERSION;