1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Fixed StringLength example

This commit is contained in:
Cristian Maglie
2012-06-26 01:01:52 +02:00
parent b767ef2b57
commit d035d3b32c

View File

@ -23,7 +23,7 @@ void setup() {
// send an intro:
Serial.println("\n\nString length():");
Serial.ptintln();
Serial.println();
}
void loop() {