From d0de4ae3bc4f5cd9fb6fd812ffc71e9d1b3d5c42 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 23 Feb 2019 20:38:05 +0100 Subject: [PATCH] removed debug output from battery.cpp --- src/battery.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/battery.cpp b/src/battery.cpp index c7a43070..940e3500 100644 --- a/src/battery.cpp +++ b/src/battery.cpp @@ -48,7 +48,6 @@ uint16_t read_voltage() { #ifdef BATT_FACTOR voltage *= BATT_FACTOR; #endif - ESP_LOGD(TAG, "Raw: %d / Voltage: %dmV", adc_reading, voltage); return voltage; #else return 0;