update version to 1.1.2
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#include "ota.h"
|
||||
#include "background_task.h"
|
||||
|
||||
#if CONFIG_IDF_TARGET_ESP32S3
|
||||
#if CONFIG_USE_AUDIO_PROCESSING
|
||||
#include "wake_word_detect.h"
|
||||
#include "audio_processor.h"
|
||||
#endif
|
||||
@ -66,7 +66,7 @@ private:
|
||||
Application();
|
||||
~Application();
|
||||
|
||||
#if CONFIG_IDF_TARGET_ESP32S3
|
||||
#if CONFIG_USE_AUDIO_PROCESSING
|
||||
WakeWordDetect wake_word_detect_;
|
||||
AudioProcessor audio_processor_;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user