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 01011f9 commit b5bb6b8Copy full SHA for b5bb6b8
examples/Utilities/AddressChanger/AddressChanger.ino
@@ -29,7 +29,7 @@ void setup() {
29
Serial.print("Found device at ");
30
Serial.println(i);
31
address = i;
32
- Serial.println("Press 'c' to configure te new address");
+ Serial.println("Press 'c' to configure the new address");
33
}
34
35
0 commit comments