We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a06ee commit 7efd65eCopy full SHA for 7efd65e
idf_component_examples/esp_matter_light/main/matter_light.cpp
@@ -375,7 +375,7 @@ void loop() {
375
376
// Factory reset is triggered if the button is pressed for more than 10 seconds
377
if (time_diff > 10000) {
378
- log_i("Factory reset triggered. Light will retored to factory settings.");
+ log_i("Factory reset triggered. Light will restored to factory settings.");
379
esp_matter::factory_reset();
380
}
381
0 commit comments