1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

[i2s_audio] Add `dump_config` methods, shorten log messages (#9099)

This commit is contained in:
Keith Burzinski
2025-06-16 02:36:49 -05:00
committed by GitHub
parent 8e176b9c61
commit 68ef9cb3dc
5 changed files with 61 additions and 32 deletions

View File

@@ -18,6 +18,7 @@ namespace i2s_audio {
class I2SAudioMicrophone : public I2SAudioIn, public microphone::Microphone, public Component {
public:
void setup() override;
void dump_config() override;
void start() override;
void stop() override;