Commit 0ea76bc8 authored by 郑萍's avatar 郑萍

feat:初始步数为静态电流界面

parent 3e3e9aad
...@@ -83,6 +83,7 @@ void Sys_Startup_Init(void) ...@@ -83,6 +83,7 @@ void Sys_Startup_Init(void)
Buzzer_Init(); Buzzer_Init();
POWER_CTRL_KL30 = 1u; //B+ POWER_CTRL_KL30 = 1u; //B+
POWER_CTRL_KL15 = 1u; //KL15 POWER_CTRL_KL15 = 1u; //KL15
MENU_CHECK_STEP = 14;
} }
/*********************************************************************** /***********************************************************************
......
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