diff --git a/src/main.cpp b/src/main.cpp index 4357fd8..1846a73 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,6 @@ Adafruit_INA219 ina219; void setup() { Serial.begin(115200); while (!Serial); // Leonardo: wait for serial monitor - Serial.println("\n\nI2C Scanner to scan for devices on each port pair D0 to D7"); // Initialize the INA219. // By default the initialization will use the largest range (32V, 2A). However