mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
Merge branch 'debug_cleanup' into integration
This commit is contained in:
@@ -39,7 +39,7 @@ void DebugComponent::dump_config() {
|
||||
|
||||
#ifdef USE_TEXT_SENSOR
|
||||
if (this->device_info_ != nullptr) {
|
||||
this->device_info_->publish_state(std::string(device_info_buffer, pos));
|
||||
this->device_info_->publish_state(device_info_buffer, pos);
|
||||
}
|
||||
if (this->reset_reason_ != nullptr) {
|
||||
char reset_reason_buffer[RESET_REASON_BUFFER_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user