Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IVECO_NS216
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
时昊
IVECO_NS216
Commits
3a46650e
Commit
3a46650e
authored
Jun 01, 2025
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:设置音量等级默认为高
parent
88100195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
DataProcess.c
source/Appliciation/DataProcess.c
+6
-1
No files found.
source/Appliciation/DataProcess.c
View file @
3a46650e
...
@@ -1186,7 +1186,7 @@ uint8_t GetRangeValid(void)
...
@@ -1186,7 +1186,7 @@ uint8_t GetRangeValid(void)
void
GUI_Sound_Init
(
void
)
void
GUI_Sound_Init
(
void
)
{
{
MenuData
.
Sound
=
2
;
MenuData
.
Sound
=
3
;
Buzzer_Volume_Set
(
MenuData
.
Sound
);
Buzzer_Volume_Set
(
MenuData
.
Sound
);
}
}
...
@@ -3700,4 +3700,9 @@ INT8U Get_Mcu_Abnormal_Reset(void)
...
@@ -3700,4 +3700,9 @@ INT8U Get_Mcu_Abnormal_Reset(void)
INT8U
Get_NodeConfig_LWDS
(
void
)
INT8U
Get_NodeConfig_LWDS
(
void
)
{
{
return
Val_EOL_F010_LWDS
();
return
Val_EOL_F010_LWDS
();
}
INT8U
Get_Cofig_Backradar
(
void
)
{
return
Val_EOL_F010_Backradar
();
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment