Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
car-controlserver
Project
Project
Details
Activity
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
wenzhongjian
car-controlserver
Commits
643e4172
Commit
643e4172
authored
Nov 08, 2025
by
957dd
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/device_adjust_waji' into 'master'
加入了tts代码,还没加入使用 See merge request
!82
parents
18a1a2aa
5352b4df
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
audiotts_play.c
drivers/sensors/audiotts_play.c
+0
-0
audiotts_play.h
drivers/sensors/audiotts_play.h
+10
-0
sensors_common.h
drivers/sensors/sensors_common.h
+2
-0
No files found.
drivers/sensors/audiotts_play.c
0 → 100644
View file @
643e4172
This diff is collapsed.
Click to expand it.
drivers/sensors/audiotts_play.h
0 → 100644
View file @
643e4172
#ifndef AUDIOTTS_PLAY_H
#define AUDIOTTS_PLAY_H
#include "common.h"
void
set_audio_tts_index
(
bool
index
);
int
audio_tts
(
const
char
*
text
);
bool
get_audio_tts_index
();
drivers/sensors/sensors_common.h
View file @
643e4172
...
...
@@ -8,5 +8,6 @@
#include "tank_angle.h"
#include "temperature.h"
#include "warn.h"
#include "audiotts_play.h"
#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