Skip to content

Commit 8c15603

Browse files
committed
fix(): Codespell
1 parent 3961642 commit 8c15603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light/Zigbee_Color_Dimmable_Light.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void setup() {
8686
}
8787

8888
void loop() {
89-
// Cheking button for factory reset
89+
// Checking button for factory reset
9090
if (digitalRead(BUTTON_PIN) == LOW) { // Push button pressed
9191
// Key debounce handling
9292
delay(100);
@@ -95,7 +95,7 @@ void loop() {
9595
delay(50);
9696
if ((millis() - startTime) > 3000) {
9797
// If key pressed for more than 3secs, factory reset Zigbee and reboot
98-
Serial.printf("Reseting Zigbee to factory settings, reboot.\n");
98+
Serial.printf("Resetting Zigbee to factory settings, reboot.\n");
9999
Zigbee.factoryReset();
100100
}
101101
}

0 commit comments

Comments
 (0)