main/recipes.c

changeset 89
fa44bd094e01
parent 77
66c77497d86d
child 93
24cb415af787
--- a/main/recipes.c	Wed Jun 10 14:09:27 2020 +0200
+++ b/main/recipes.c	Thu Jun 11 20:40:19 2020 +0200
@@ -523,7 +523,7 @@
 			    _fg = TFT_YELLOW;
 			    y += 16;
 			    for (i = 0; i < recipe_hdr.mashmax; i++) {
-				ESP_LOGI(TAG, "%2d %-31s %3d %5.2f %5.2f %2d %2d %7.4f %6.3f", i, recipe.MashStep[i].Name, recipe.MashStep[i].Type,
+				ESP_LOGD(TAG, "%2d %-31s %3d %5.2f %5.2f %2d %2d %7.4f %6.3f", i, recipe.MashStep[i].Name, recipe.MashStep[i].Type,
 					recipe.MashStep[i].Step_temp, recipe.MashStep[i].End_temp, recipe.MashStep[i].Step_time, recipe.MashStep[i].Ramp_time,
 					recipe.MashStep[i].Infuse_temp, recipe.MashStep[i].Infuse_amount);
 				if (recipe.MashStep[i].Type != 255) {

mercurial