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
b5ed699b
Commit
b5ed699b
authored
Dec 26, 2025
by
957dd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化了部分东西
parent
a9d72472
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
main
build/main
+0
-0
audiotts_play.c
drivers/sensors/audiotts_play.c
+5
-1
fcsgdevintroduce.md
fcsgdevintroduce.md
+0
-1
No files found.
build/main
View file @
b5ed699b
No preview for this file type
drivers/sensors/audiotts_play.c
View file @
b5ed699b
...
...
@@ -467,7 +467,11 @@ int mqtt_audio_tts(cJSON *body){
*/
void
video_tts_play
()
{
if
(
audio_tts_index
==
1
)
{
audio_tts
(
get_audio_text_tts
(
NULL
,
1
));
if
(
audio_tts
(
get_audio_text_tts
(
NULL
,
1
))
!=
0
){
my_zlog_error
(
"audio_tts fail"
);
audio_tts_index
=
0
;
return
;
}
pid_t
pid
=
fork
();
if
(
pid
==
0
)
{
...
...
fcsgdevintroduce.md
View file @
b5ed699b
...
...
@@ -6,7 +6,6 @@
### 环境要求
-
香橙派使用了wiringPi库,换linux板需要改变
-
需要mosquitto和cjson,没有加入静态编译,需要使用apt安装
-
curl库一般在linux中带有,如果没有带有,也需下载安装
### 代码文件介绍
...
...
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