Commit dc4167aa authored by 陈家乐's avatar 陈家乐

🐞 fix:自检效果优化

parent 9088285b
......@@ -4538,7 +4538,7 @@ void Checkself_SEG_Display(void)
uint32_t ODO = 0;
uint32_t Mileage = 0;
if (Common_GetIgnOnTime() >= 200)
if (Common_GetIgnOnTime() >= 150)
{
if (Checkself_SEG_step_count < 60)
{
......
#ifndef COMPONENTS_H__
#define COMPONENTS_H__
#define CHEAKTIME 3200
#define CHEAKTIME 3030
#include "Simulated_IIC_master\Simulated_IIC_master.h"
#include "Flash_synchronizer\Flash_synchronizer.h"
#include "GenDelay\GenDelay.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment