Skip to content

Commit b5bb6b8

Browse files
Update AddressChanger.ino spelling
Corrected a minor typo
1 parent 01011f9 commit b5bb6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Utilities/AddressChanger/AddressChanger.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void setup() {
2929
Serial.print("Found device at ");
3030
Serial.println(i);
3131
address = i;
32-
Serial.println("Press 'c' to configure te new address");
32+
Serial.println("Press 'c' to configure the new address");
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)