diff -r 7f02dbee58d0 -r fa44bd094e01 main/recipes.c --- 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) {