From ca30f76a2364043fae5a4e9a0d73688e4aba4d91 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Fri, 28 Jul 2017 12:51:47 +0100 Subject: [PATCH] Versionsnummer eingetragen --- pfg_security.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfg_security.ino b/pfg_security.ino index 06eda9e..8a180b4 100644 --- a/pfg_security.ino +++ b/pfg_security.ino @@ -93,7 +93,7 @@ void setup() // set the font size TFTscreen.setTextSize(2); // write the text to the top left corner of the screen - TFTscreen.text("PFG Safety", 0, 0); + TFTscreen.text("PFG Safety 1.0", 0, 0); Serial.begin(19200); // serial line speed