Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update AddressChanger.ino spelling
Corrected a minor typo
  • Loading branch information
kunningKing11 authored Jul 15, 2025
commit b5bb6b8293d60754ca12f26c8abe6b0eed0a7d8a
2 changes: 1 addition & 1 deletion examples/Utilities/AddressChanger/AddressChanger.ino
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void setup() {
Serial.print("Found device at ");
Serial.println(i);
address = i;
Serial.println("Press 'c' to configure te new address");
Serial.println("Press 'c' to configure the new address");
}
}
}
Expand Down