Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
baizhengyuan
TianYing_ty100
Commits
3425eabe
Commit
3425eabe
authored
May 24, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:增加调试用UUID
parent
dedb811e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
BlueTooth.c
Firmware/Source/Application/BLUETOOTH/BlueTooth.c
+2
-2
BlueTooth.h
Firmware/Source/Application/BLUETOOTH/BlueTooth.h
+2
-0
No files found.
Firmware/Source/Application/BLUETOOTH/BlueTooth.c
View file @
3425eabe
#include "BlueTooth.h"
BlueTooth_t
BlueTooth
;
uint8_t
UUIDData
[
32
]
=
{
"
vivavivavivavivavivaviva01234567
"
};
uint8_t
UUIDData
[
32
]
=
{
"
tywtywtywtywtywtywtywtywtywtyw03
"
};
BlueTooth_KL30_KL15_Wakeup_Init
(
void
)
void
BlueTooth_KL30_KL15_Wakeup_Init
(
void
)
{
BlueTooth
.
BLE_St
=
BLUE_STATE_Starting
;
BlueTooth
.
Navigation_St
=
EM_ESP32_NAVI_ST_STANDBY
;
...
...
Firmware/Source/Application/BLUETOOTH/BlueTooth.h
View file @
3425eabe
#ifndef __BLUE_TOOTH_H_
#define __BLUE_TOOTH_H_
#include "Protocol_Lib.h"
#include <stdio.h>
#include <stdint.h>
...
...
@@ -51,6 +52,7 @@ uint8_t Get_Navigation_St_Dis(void);
uint8_t
Get_Navigation_Code_Dis
(
void
);
uint32_t
Get_Navigation_Mileage_Dis
(
void
);
void
Send_UUID_To_Esp32
(
void
);
void
BlueTooth_KL30_KL15_Wakeup_Init
(
void
);
#endif
...
...
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