mirror of
https://github.com/esphome/esphome.git
synced 2026-08-25 07:36:19 +00:00
Fix log message case
Co-authored-by: tomaszduda23 <tomaszduda23@gmail.com>
This commit is contained in:
co-authored by
tomaszduda23
parent
bec1158775
commit
8463dd22ec
@@ -15,7 +15,7 @@ static const char *const TAG = "zephyr_pwm";
|
||||
|
||||
void ZephyrPWMChannel::setup() {
|
||||
if (!device_is_ready(this->device_)) {
|
||||
ESP_LOGE(TAG, "pwm is not ready.");
|
||||
ESP_LOGE(TAG, "PWM is not ready.");
|
||||
this->mark_failed();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user