Skip to content

Commit fe91bf8

Browse files
committed
More cosmetic fixes to KitchenSink.ino
1 parent a5c1bf6 commit fe91bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/KitchenSink/KitchenSink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void loop()
9595
Serial.print(gps.speed.mph());
9696
Serial.print(F(" m/s="));
9797
Serial.print(gps.speed.mps());
98-
Serial.print(F(" km/s="));
98+
Serial.print(F(" km/h="));
9999
Serial.println(gps.speed.kmph());
100100
}
101101

0 commit comments

Comments
 (0)