We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ce1b0 commit 1e57df2Copy full SHA for 1e57df2
ArduinoMatrixClock/ArduinoMatrixClock.ino
@@ -424,7 +424,7 @@ void setup() {
424
*/
425
426
Intro(); //show LMS! and version
427
- Serial.println("Send '?' for help");
+ Serial.println(F("Send '?' for help"));
428
429
GetTemperature(); //just for start
430
}
@@ -1607,9 +1607,9 @@ void SerialComm() {
1607
break;
1608
case 63:
1609
//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");
+ Serial.println(F(""));
+ Serial.println(F("Please see github for more information."));
+ Serial.println(F("https://github.com/mylms/Arduino-Matrix-Clock"));
1613
1614
1615
//flush serial data
0 commit comments