1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 23:35:47 +00:00

[debug] Add ESP32 partition table logging to dump_config (#8012)

This commit is contained in:
Edward Firmo
2025-01-13 05:08:20 +01:00
committed by GitHub
parent aa1879082c
commit fef50afef8
7 changed files with 36 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ void DebugComponent::dump_config() {
this->reset_reason_->publish_state(get_reset_reason_());
}
#endif // USE_TEXT_SENSOR
#ifdef USE_ESP32
this->log_partition_info_(); // Log partition information for ESP32
#endif // USE_ESP32
}
void DebugComponent::loop() {