From 5fde319b630e2255fbbd6c27b3dc9a4630b4cb5e3a6234c22dc3edfacc5661be Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 26 Dec 2024 19:09:16 +0100 Subject: [PATCH] formatting --- main/inputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inputs.c b/main/inputs.c index 8c68eb3..cb90d2a 100644 --- a/main/inputs.c +++ b/main/inputs.c @@ -210,7 +210,7 @@ void taskInput(void *pvParameters) if (ds18x20_measure_and_read_multi(uDS18B20Pin, uOneWireAddresses, sSensorCount, fDS18B20Temps) != ESP_OK) { ESP_LOGE(TAG, "1-Wire devices read error"); - vTaskDelay(PERIODIC_INTERVAL * 100U / portTICK_PERIOD_MS); //Wait 100ms if bus error occurred + vTaskDelay(PERIODIC_INTERVAL * 100U / portTICK_PERIOD_MS); // Wait 100ms if bus error occurred } else {