main/automation.c

changeset 96
6a3fec0c3f88
parent 89
fa44bd094e01
child 102
96e30a3a3980
--- a/main/automation.c	Wed May 19 14:47:17 2021 +0200
+++ b/main/automation.c	Wed May 19 17:21:33 2021 +0200
@@ -121,6 +121,10 @@
 		    LastMashStep = 0;
                 ESP_LOGD(TAG, "Last mash step %d", LastMashStep);
 
+		log_msg(TAG, "Equipent: %s", equipment.Name);
+		log_msg(TAG, "PID     : P=%.3f I=%.3f D=%.3f", equipment.PID_kP, equipment.PID_kI, equipment.PID_kD);
+		log_msg(TAG, "Recipe  : %s %s", recipe.Code, recipe.Name);
+
                 // Check for a crashed session.
                 if (runtime.AutoModeStarted) {
                     TopMessage((char *)"Brouwen hervatten?");

mercurial