From 29fe629cf25634c031278aab17d044f775559229 Mon Sep 17 00:00:00 2001 From: Th-Be <3-thomas@users.noreply.localhost> Date: Tue, 23 Jul 2019 12:07:36 +0200 Subject: [PATCH] Aktualisieren src/main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1cf458a..12eade6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ uint32_t lastDisplayUpdate = 0; void helloWorld() { - const char HelloWorld[] = "Ich bins Bens!"; + const char HelloWorld[] = "IchbinsBens!"; //Serial.println("helloWorld"); display.setRotation(1); display.setFont(&FreeMonoBold9pt7b);