# HG changeset patch # User Michiel Broek # Date 1540752113 -3600 # Node ID e82484ef9d1290f7fb4a8de5da78f9de5f720337 # Parent 373a3369960511ed11011a8ab5fa93d3f43196c9 Fixed placement of infusion event in the graph. diff -r 373a33699605 -r e82484ef9d12 main/automation.c --- 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; }