Commit 64e322d2 authored by 何锐's avatar 何锐

feat:删除第0步

parent caf390c3
......@@ -75,7 +75,7 @@ void MENU_CHECK_STEP_ADD(void)
MENU_CHECK_STEP++;
if(MENU_CHECK_STEP > 9)
{
MENU_CHECK_STEP = 0;
MENU_CHECK_STEP = 1;
}
}
void MENU_CHECK_STEP_SUB(void)
......
......@@ -113,6 +113,8 @@ void Sys_Startup_Init(void)
RELAY_VBAT_MCU = 1;
RELAY_KEY_MCU = 0;
ONE_KEY = 1;
MENU_CHECK_STEP = 1;
}
/***********************************************************************
......
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