mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 03:28:12 +01:00
ld2420: fix typo in log message (#7758)
This commit is contained in:
parent
67a4e56fcf
commit
754352b4d7
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void LD2420Component::apply_config_action() {
|
|||
}
|
||||
|
||||
void LD2420Component::factory_reset_action() {
|
||||
ESP_LOGCONFIG(TAG, "Setiing factory defaults...");
|
||||
ESP_LOGCONFIG(TAG, "Setting factory defaults...");
|
||||
if (this->set_config_mode(true) == LD2420_ERROR_TIMEOUT) {
|
||||
ESP_LOGE(TAG, "LD2420 module has failed to respond, check baud rate and serial connections.");
|
||||
this->mark_failed();
|
||||
|
|
Loading…
Reference in a new issue