bugfix/linear-regression-prediction #19

Merged
localhorst merged 5 commits from bugfix/linear-regression-prediction into main 2024-12-26 22:47:35 +01:00
Showing only changes of commit 8a8bcd078b - Show all commits
+1 -1
View File
@@ -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])
{