mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 00:38:28 +02:00
IDF 5 fixes for various components from test1.yaml (#5451)
This commit is contained in:
@@ -255,7 +255,7 @@ void SGP30Component::dump_config() {
|
||||
} else {
|
||||
ESP_LOGCONFIG(TAG, " Baseline: No baseline configured");
|
||||
}
|
||||
ESP_LOGCONFIG(TAG, " Warm up time: %us", this->required_warm_up_time_);
|
||||
ESP_LOGCONFIG(TAG, " Warm up time: %" PRIu32 "s", this->required_warm_up_time_);
|
||||
}
|
||||
LOG_UPDATE_INTERVAL(this);
|
||||
LOG_SENSOR(" ", "eCO2 sensor", this->eco2_sensor_);
|
||||
|
||||
Reference in New Issue
Block a user