This commit is contained in:
小马_666 2025-05-29 08:55:19 +08:00
commit 0401ba380c
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;
Ml307_Send_Event (KMl307ValveDisconnectEvent);
}
}
}
break;
default:

View File

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