mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 03:32:20 +01:00
More voice assistant fixes (#5547)
This commit is contained in:
@@ -37,6 +37,8 @@ void I2SAudioMicrophone::setup() {
|
||||
void I2SAudioMicrophone::start() {
|
||||
if (this->is_failed())
|
||||
return;
|
||||
if (this->state_ == microphone::STATE_RUNNING)
|
||||
return; // Already running
|
||||
this->state_ = microphone::STATE_STARTING;
|
||||
}
|
||||
void I2SAudioMicrophone::start_() {
|
||||
|
Reference in New Issue
Block a user