Skip to content

Commit 1e57df2

Browse files
authored
Update ArduinoMatrixClock.ino
1 parent b8ce1b0 commit 1e57df2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ArduinoMatrixClock/ArduinoMatrixClock.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ void setup() {
424424
*/
425425

426426
Intro(); //show LMS! and version
427-
Serial.println("Send '?' for help");
427+
Serial.println(F("Send '?' for help"));
428428

429429
GetTemperature(); //just for start
430430
}
@@ -1607,9 +1607,9 @@ void SerialComm() {
16071607
break;
16081608
case 63:
16091609
//get data ? = 63
1610-
Serial.println("");
1611-
Serial.println("Please see github for more information.");
1612-
Serial.println("https://github.com/mylms/Arduino-Matrix-Clock");
1610+
Serial.println(F(""));
1611+
Serial.println(F("Please see github for more information."));
1612+
Serial.println(F("https://github.com/mylms/Arduino-Matrix-Clock"));
16131613
break;
16141614
}
16151615
//flush serial data

0 commit comments

Comments
 (0)