mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 00:32:20 +01:00
Implement more dump_configs (#791)
This commit is contained in:
@@ -115,6 +115,10 @@ void DFPlayer::loop() {
|
||||
this->read_pos_++;
|
||||
}
|
||||
}
|
||||
void DFPlayer::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "DFPlayer:");
|
||||
this->check_uart_settings(9600);
|
||||
}
|
||||
|
||||
} // namespace dfplayer
|
||||
} // namespace esphome
|
||||
|
Reference in New Issue
Block a user