From 991802b894ff0dc5e17a2c95fd9e8eb1d3fdea97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 10 Apr 2023 23:02:23 +0200 Subject: [PATCH] remove temp logging --- Core/Src/app_temp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/app_temp.c b/Core/Src/app_temp.c index a0ac79b..1d57aa2 100644 --- a/Core/Src/app_temp.c +++ b/Core/Src/app_temp.c @@ -313,7 +313,7 @@ void app_temp_sample() float y = s_analog.cal_a * sum + s_analog.cal_b; float actual_temp = val_to_c(y); - PRINTF("T raw %f -> comp %f, temp %f°C\r\n", sum, y, actual_temp); + //PRINTF("T raw %f -> comp %f, temp %f°C\r\n", sum, y, actual_temp); s_analog.oven_temp = actual_temp; s_analog.oven_temp_raw = sum;