ld2420: fix typo in log message (#7758)

This commit is contained in:
Fabio Bonelli 2024-11-14 01:57:51 +01:00 committed by Jesse Hills
parent 67a4e56fcf
commit 754352b4d7
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -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();