Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
5eb1d0a9
Commit
5eb1d0a9
authored
Feb 25, 2026
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:取消版本号校验
parent
b81dc7c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Check_Ctrl.c
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
+3
-3
Display_Info.c
YueJin_test_bench/source/Appliciation/Display_Info.c
+1
-1
R485_Communication_Matrix.c
...est_bench/source/Appliciation/R485_Communication_Matrix.c
+1
-1
No files found.
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
View file @
5eb1d0a9
...
@@ -71,8 +71,8 @@ void Function_Check_Ctrl(uint32_t cmd);
...
@@ -71,8 +71,8 @@ void Function_Check_Ctrl(uint32_t cmd);
void
MENU_CHECK_STEP_ADD
(
void
)
void
MENU_CHECK_STEP_ADD
(
void
)
{
{
if
(
jiaoyan
==
1
)
//
if(jiaoyan == 1)
{
//
{
if
(
guangganflag
==
3
)
//光感锁
if
(
guangganflag
==
3
)
//光感锁
{
{
MENU_CHECK_STEP
++
;
MENU_CHECK_STEP
++
;
...
@@ -87,7 +87,7 @@ void MENU_CHECK_STEP_ADD(void)
...
@@ -87,7 +87,7 @@ void MENU_CHECK_STEP_ADD(void)
MENU_CHECK_STEP
=
0
;
MENU_CHECK_STEP
=
0
;
guangganflag
=
0
;
guangganflag
=
0
;
}
}
}
//
}
}
}
void
MENU_CHECK_STEP_SUB
(
void
)
void
MENU_CHECK_STEP_SUB
(
void
)
...
...
YueJin_test_bench/source/Appliciation/Display_Info.c
View file @
5eb1d0a9
...
@@ -5040,7 +5040,7 @@ void Display_Version_Info(uint32_t ON_OFF)
...
@@ -5040,7 +5040,7 @@ void Display_Version_Info(uint32_t ON_OFF)
// TFT_LCD_Draw_Bmp(3, 160, ( uint8_t * )gImage_Alarm_12_WordX6_Y165); //24脚输出占空比
// TFT_LCD_Draw_Bmp(3, 160, ( uint8_t * )gImage_Alarm_12_WordX6_Y165); //24脚输出占空比
// TFT_LCD_Draw_Bmp(210, 160, ( uint8_t * )gImage_Alarm_13_ImageX222_Y166); //%
// TFT_LCD_Draw_Bmp(210, 160, ( uint8_t * )gImage_Alarm_13_ImageX222_Y166); //%
TFT_LCD_Draw_Bmp(3, 290, ( uint8_t * )gImage_gImage_checkVX6_Y165 ); //检测台版本号
TFT_LCD_Draw_Bmp(3, 290, ( uint8_t * )gImage_gImage_checkVX6_Y165 ); //检测台版本号
uint8_t mbuff [7] = {2,6,0,2,
0,6
,0xff};
uint8_t mbuff [7] = {2,6,0,2,
2,5
,0xff};
General_Number_Disp(mbuff, 160, 290);
General_Number_Disp(mbuff, 160, 290);
}
}
...
...
YueJin_test_bench/source/Appliciation/R485_Communication_Matrix.c
View file @
5eb1d0a9
...
@@ -1491,7 +1491,7 @@ uint32_t R485_Send_0x80(void)
...
@@ -1491,7 +1491,7 @@ uint32_t R485_Send_0x80(void)
{
{
RS485_TX_finish
=
0
;
RS485_TX_finish
=
0
;
}
}
//
memset(R485_0x80_msg,0xFF,sizeof(R485_0x80_msg));
memset
(
R485_0x80_msg
,
0xFF
,
sizeof
(
R485_0x80_msg
));
if
(
RS485_TX_finish
==
0
)
if
(
RS485_TX_finish
==
0
)
{
{
...
...
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