Fix esp_idf build.
This commit is contained in:
@@ -38,7 +38,7 @@ void TrumaHeaterBinarySensor::setup() {
|
||||
|
||||
void TrumaHeaterBinarySensor::dump_config() {
|
||||
ESP_LOGCONFIG("", "Truma Heater Binary Sensor");
|
||||
ESP_LOGCONFIG(TAG, "Type %u", this->type_);
|
||||
ESP_LOGCONFIG(TAG, "Type %u", (size_t) this->type_);
|
||||
}
|
||||
} // namespace truma_inetbox
|
||||
} // namespace esphome
|
||||
@@ -27,7 +27,7 @@ void TrumaTimerBinarySensor::setup() {
|
||||
|
||||
void TrumaTimerBinarySensor::dump_config() {
|
||||
ESP_LOGCONFIG("", "Truma Timer Binary Sensor");
|
||||
ESP_LOGCONFIG(TAG, "Type %u", this->type_);
|
||||
ESP_LOGCONFIG(TAG, "Type %u", (size_t) this->type_);
|
||||
}
|
||||
} // namespace truma_inetbox
|
||||
} // namespace esphome
|
||||
Reference in New Issue
Block a user