From 8bc3e9ca62d83964f00da29a6b79ec0e6cc3668e Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 17 Apr 2024 22:45:50 +0200 Subject: [PATCH] firmware wip --- Arduino/CanGrow/CanGrow.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index 08db330..fbe1063 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -889,9 +889,10 @@ void setup() { // Start Serial Serial.begin(115200); - // Write an empty line, because before there is some garbage in serial + // Write a line before doing serious output, because before there is some garbage in serial + // whats get the cursor somewhere over the place // output - Serial.println(""); + Serial.println("420"); Serial.println(".:: CanGrow Start ::."); // initialise Wire for I2C