diff --git a/src/main.cpp b/src/main.cpp index 91066af..da267e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,7 +54,7 @@ void loop(void) power_mW = ina219.getPower_mW(); loadvoltage = busvoltage + (shuntvoltage / 1000); - current_mA_m +// current_mA_m // Serial.print("Bus Voltage (V): "); Serial.print(busvoltage); Serial.println(" V"); // Serial.print("Shunt Voltage (mV): "); Serial.print(shuntvoltage); Serial.println(" mV");