change default message back to generic message
This commit is contained in:
parent
c57da2bb41
commit
a721966c36
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ int const LINE_PINS[7] = { 2, 3, 4, 5, 6, 7, 8 };
|
|||
int const LED_PIN = 13;
|
||||
|
||||
uint8_t buffer[120];
|
||||
String message = "Infodesk #GPN19";
|
||||
String message = "9600 8N1 ISO8859-15";
|
||||
String newMessage;
|
||||
int messageLength = pixel_width(message);
|
||||
int ticks = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue