log statement edit
This commit is contained in:
@@ -22,7 +22,7 @@ void EmptyCustomFan::loop() {
|
||||
}
|
||||
|
||||
void EmptyCustomFan::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "Fan '%s':", this->fan_->get_name().c_str());
|
||||
ESP_LOGCONFIG(TAG, "Empty fan");
|
||||
}
|
||||
|
||||
} // namespace binary
|
||||
|
||||
Reference in New Issue
Block a user