main/automation.c

changeset 119
1cef3c25426b
parent 117
b6d5c4cb61bb
child 121
30aca5888d2b
--- a/main/automation.c	Fri Jul 30 20:35:04 2021 +0200
+++ b/main/automation.c	Sat Jul 31 15:44:20 2021 +0200
@@ -818,7 +818,7 @@
                         	driver_state->mlt_sp = stageTemp;
                         	xSemaphoreGive(xSemaphoreDriver);
                     	    }
-			//ESP_LOGI(TAG, "Current %7.4f new %7.4f part %7.4f", stageTemp, newTemp, part);
+			    //ESP_LOGD(TAG, "Current %7.4f new %7.4f part %7.4f", stageTemp, newTemp, part);
 			}
 		    }
 		    oldTimeLeft = TimeLeft;
@@ -1075,7 +1075,7 @@
                 } else if (driver_state->mlt_pv >= stageTemp) {
                     Output = (int)((BoilPower * 255.0) / 100.0);
                 } else {
-                    Output = (int)((RampPower * 255.0) / 100.0);;
+                    Output = (int)((RampPower * 255.0) / 100.0);
                 }
 
                 MLT_info(71, 26, true);

mercurial