Fixed placement of infusion event in the graph.

Sun, 28 Oct 2018 19:41:53 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 28 Oct 2018 19:41:53 +0100
changeset 27
e82484ef9d12
parent 26
373a33699605
child 28
bc7c05011d69

Fixed placement of infusion event in the graph.

main/automation.c file | annotate | diff | comparison | revisions
--- a/main/automation.c	Sun Oct 28 13:10:46 2018 +0100
+++ b/main/automation.c	Sun Oct 28 19:41:53 2018 +0100
@@ -863,7 +863,7 @@
 				    Buttons_Add(255,  30, 60, 40, "-sp",   1);
 				    Buttons_Show();
 				    TFT_fillRect(65, 120, 190, 40, TFT_BLACK);
-				    log_annotation(ANNOTATION_STAGE, "Eind infusie");
+				    log_annotation(ANNOTATION_EVENT, "Eind infusie");
 				    break;
 			default:    break;
 		    }

mercurial