From bd0360767d9eca131ecaf5a92742164f50320d89 Mon Sep 17 00:00:00 2001 From: hans-jurgen Date: Sun, 29 Sep 2024 13:09:56 +0200 Subject: [PATCH] 2024-09-2901 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6fa2f62..20f17ec 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ void check_if_exist_I2C(); void setup() { Serial.begin(74800); while (!Serial); // Leonardo: wait for serial monitor - Serial.println("\n\nI2C Scanner to scan for devices on each port pair D0 to D7"); + Serial.println("\n\n\n\n\nI2C Scanner to scan for devices on each port pair D0 to D7"); scanPorts(); }