mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 00:11:43 +01:00
forward audio_info to ESP_LOGD
This commit is contained in:
parent
e144a1332d
commit
80ecb394d0
1 changed files with 5 additions and 0 deletions
|
@ -266,4 +266,9 @@ void I2SAudioMediaPlayer::dump_config() {
|
|||
} // namespace i2s_audio
|
||||
} // namespace esphome
|
||||
|
||||
void audio_info(const char *info) {
|
||||
using namespace esphome;
|
||||
ESP_LOGD("audio_info", "%s", info);
|
||||
}
|
||||
|
||||
#endif // USE_ESP32_FRAMEWORK_ARDUINO
|
||||
|
|
Loading…
Reference in a new issue