removed unnecessary code

This commit is contained in:
Yannick van Etten
2024-11-13 14:45:27 +01:00
parent 08dff8bbc1
commit db8758e1e5

View File

@@ -18,7 +18,6 @@ void setup() {
Serial.println("SGP30 sensor not found :("); Serial.println("SGP30 sensor not found :(");
while (1); while (1);
} }
Serial.print("Found SGP30 serial #");
// Start measurements (initialize baseline) // Start measurements (initialize baseline)
if (! sgp.IAQinit()) { if (! sgp.IAQinit()) {