From 12ac523d2d5bed15923cb60f239c4a7e9c586c6d Mon Sep 17 00:00:00 2001 From: Th-Be <3-thomas@users.noreply.localhost> Date: Mon, 22 Jul 2019 21:03:12 +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 53c7972..71a6c6c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ XD0MQTT mqtt; void helloWorld() { - const char HelloWorld[] = "Hello World!"; + const char HelloWorld[] = "Ich bins Bens!"; //Serial.println("helloWorld"); display.setRotation(1); display.setFont(&FreeMonoBold9pt7b);