Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QJ_500-7c
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
时昊
QJ_500-7c
Commits
64fc48fe
Commit
64fc48fe
authored
Jul 22, 2024
by
薛晓虎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 内部版本号日期;删除旧版版本号,屏蔽调试代码
parent
90ec0dd3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Protocol_User.c
qianjiang/main/Protocol_User.c
+4
-4
main_user.c
qianjiang/main/main_user.c
+1
-1
main_user.h
qianjiang/main/main_user.h
+1
-1
No files found.
qianjiang/main/Protocol_User.c
View file @
64fc48fe
...
@@ -347,10 +347,10 @@ void Uart_Send_Id12_Pro(void )
...
@@ -347,10 +347,10 @@ void Uart_Send_Id12_Pro(void )
ID12
[
17
]
=
time
->
u8Sec
;
ID12
[
17
]
=
time
->
u8Sec
;
}
}
if
(
ID12
[
15
]
!=
0xff
)
//
if(ID12[15] != 0xff)
{
//
{
//
printf("hour = %d, minute = %d, SEC = %d\n", ID12[15], ID12[16], ID12[17]);
//
printf("hour = %d, minute = %d, SEC = %d\n", ID12[15], ID12[16], ID12[17]);
}
//
}
Protocol_Send
(
0x12
,
ID12
,
PROTOCOL_ID_12_DATA_LEN
);
Protocol_Send
(
0x12
,
ID12
,
PROTOCOL_ID_12_DATA_LEN
);
}
}
...
...
qianjiang/main/main_user.c
View file @
64fc48fe
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
#include "bt_app_hf.h"
#include "bt_app_hf.h"
static
const
float
Inter_SW
=
1
.
1
;
//
const float Inter_SW = 1.1;
#define TAG "MAIN_USER"
#define TAG "MAIN_USER"
extern
esp_bd_addr_t
peer_addr
;
extern
esp_bd_addr_t
peer_addr
;
...
...
qianjiang/main/main_user.h
View file @
64fc48fe
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#define BL_INTERNAL_SW_YEAR 24
#define BL_INTERNAL_SW_YEAR 24
#define BL_INTERNAL_SW_MONTH 7
#define BL_INTERNAL_SW_MONTH 7
#define BL_INTERNAL_SW_DAY
18
#define BL_INTERNAL_SW_DAY
22
#endif
#endif
\ 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