From 7af71401b7b8424e8e37bd4b40d8fe3363152901 Mon Sep 17 00:00:00 2001 From: Silentium <12755340+silentium83@users.noreply.github.com> Date: Sun, 13 Jan 2019 02:15:11 +0100 Subject: [PATCH] update default message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2dc767f..cfc1347 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ void shiftout(uint8_t bit) } uint8_t buffer[120]; -String message = "ISO8859-15 9600N1"; +String message = "ISO8859-15 9600N1 https://github.com/silentium83/zielanzeige/tree/develop"; String newMessage; int ticks = 0; int runde = 120;