From db8758e1e50682c7121179b09fa03c980438e95f Mon Sep 17 00:00:00 2001 From: Yannick van Etten Date: Wed, 13 Nov 2024 14:45:27 +0100 Subject: [PATCH] removed unnecessary code --- src/C++/Driver/src/TestM5/TestM5.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/src/C++/Driver/src/TestM5/TestM5.ino b/src/C++/Driver/src/TestM5/TestM5.ino index 7c99993..d57c91b 100644 --- a/src/C++/Driver/src/TestM5/TestM5.ino +++ b/src/C++/Driver/src/TestM5/TestM5.ino @@ -18,7 +18,6 @@ void setup() { Serial.println("SGP30 sensor not found :("); while (1); } - Serial.print("Found SGP30 serial #"); // Start measurements (initialize baseline) if (! sgp.IAQinit()) {