forked from xiaozhi/xiaozhi-esp32
feat: add new board esp-hi (#666)
* feat: add new board esp-hi * feat(esp-hi): update servo_dog_ctrl --------- Co-authored-by: Li Junru <lijunru@espressif.com> Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
#if CONFIG_USE_WAKE_WORD_DETECT
|
||||
#include "wake_word_detect.h"
|
||||
#elif CONFIG_USE_WAKE_WORD_DETECT_NO_AFE
|
||||
#include "wake_word_no_afe.h"
|
||||
#endif
|
||||
|
||||
#define SCHEDULE_EVENT (1 << 0)
|
||||
@@ -86,7 +88,7 @@ private:
|
||||
Application();
|
||||
~Application();
|
||||
|
||||
#if CONFIG_USE_WAKE_WORD_DETECT
|
||||
#if CONFIG_USE_WAKE_WORD_DETECT || CONFIG_USE_WAKE_WORD_DETECT_NO_AFE
|
||||
WakeWordDetect wake_word_detect_;
|
||||
#endif
|
||||
std::unique_ptr<AudioProcessor> audio_processor_;
|
||||
|
||||
Reference in New Issue
Block a user