Commit 643e4172 authored by 957dd's avatar 957dd

Merge branch 'feature/device_adjust_waji' into 'master'

加入了tts代码,还没加入使用 See merge request !82
parents 18a1a2aa 5352b4df
This diff is collapsed.
#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();
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment