Commit 3a46650e authored by 梁百峰's avatar 梁百峰

feat:设置音量等级默认为高

parent 88100195
......@@ -1186,7 +1186,7 @@ uint8_t GetRangeValid(void)
void GUI_Sound_Init(void)
{
MenuData.Sound = 2;
MenuData.Sound = 3;
Buzzer_Volume_Set(MenuData.Sound );
}
......@@ -3701,3 +3701,8 @@ INT8U Get_NodeConfig_LWDS(void)
{
return Val_EOL_F010_LWDS();
}
INT8U Get_Cofig_Backradar(void)
{
return Val_EOL_F010_Backradar();
}
\ No newline at end of file
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