Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RT200T_ESP32
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
RT200T
RT200T_ESP32
Commits
cc125db3
Commit
cc125db3
authored
May 31, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:增加胎压客户端模块
parent
46534b62
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
bt_app_main.h
RT200T_2_ESP32/main/bt_app_main.h
+1
-0
main_user.c
RT200T_2_ESP32/main/main_user.c
+1
-0
No files found.
RT200T_2_ESP32/main/bt_app_main.h
View file @
cc125db3
...
@@ -9,4 +9,5 @@
...
@@ -9,4 +9,5 @@
void
bsp_BT_Init
(
void
);
void
bsp_BT_Init
(
void
);
uint8_t
app_BT_Get_BondDev
(
void
);
uint8_t
app_BT_Get_BondDev
(
void
);
void
app_tpms_main
(
void
);
#endif
#endif
\ No newline at end of file
RT200T_2_ESP32/main/main_user.c
View file @
cc125db3
...
@@ -131,6 +131,7 @@ void app_main(void)
...
@@ -131,6 +131,7 @@ void app_main(void)
Get_Mac_Init
();
Get_Mac_Init
();
bsp_BT_Init
();
bsp_BT_Init
();
// bsp_Ble_Init();
// bsp_Ble_Init();
app_tpms_main
();
bsp_Uart_Init
();
bsp_Uart_Init
();
printf
(
"KL30 INIT OVER~~~~~~
\r\n
"
);
printf
(
"KL30 INIT OVER~~~~~~
\r\n
"
);
...
...
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