mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
typo in StringLength.ino fixes #1028
This commit is contained in:
@ -23,7 +23,7 @@ void setup() {
|
||||
|
||||
// send an intro:
|
||||
Serial.println("\n\nString length():");
|
||||
Serial.ptintln();
|
||||
Serial.println();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Reference in New Issue
Block a user