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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user