Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error for voice_assistant: micro_wake_word_ not #ifdef guarded in implementation #290

Closed
tetele opened this issue Jan 14, 2025 · 0 comments · Fixed by #291
Closed

Comments

@tetele
Copy link
Contributor

tetele commented Jan 14, 2025

The definition of the VoiceAssistant::micro_wake_word_ private property is properly guarded using #ifdef USE_MICRO_WAKE_WORD (which the micro_wake_word components sets).

However, in the implementation there are multiple places where this->micro_wake_word_ is unguarded (one, two), which causes errors at compile time if the config does not define micro_wake_word.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant