From 69410090158b8966bc7b1287757298efdc67841b Mon Sep 17 00:00:00 2001 From: reto Date: Sat, 5 Nov 2022 15:51:00 +0100 Subject: [PATCH] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");