From 8a8bcd078ba6507cad09b31d853999fe9ba029c5ebdd990226a7b3ae35be27f5 Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 26 Dec 2024 22:47:12 +0100 Subject: [PATCH] disable log --- main/inputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inputs.c b/main/inputs.c index 14ff97a..d9eb47f 100644 --- a/main/inputs.c +++ b/main/inputs.c @@ -218,7 +218,7 @@ void taskInput(void *pvParameters) for (int j = 0; j < sSensorCount; j++) { float temp_c = fDS18B20Temps[j]; - ESP_LOGI(TAG, "Sensor: %08" PRIx64 " reports %lf°C", (uint64_t)uOneWireAddresses[j], temp_c); + // ESP_LOGI(TAG, "Sensor: %08" PRIx64 " reports %lf°C", (uint64_t)uOneWireAddresses[j], temp_c); switch ((uint64_t)uOneWireAddresses[j]) {