From 400269986e895953105d604c0e8ceee6b4eb8460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Thu, 5 Jan 2023 19:18:22 +0100 Subject: [PATCH] wip --- recipes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes.json b/recipes.json index 3c12a96..c347a4c 100644 --- a/recipes.json +++ b/recipes.json @@ -25,7 +25,7 @@ { "name": "Hold", "description": "Keep 35\u00b0C", - "exit_condition": "(> (time-in-this-phase) (hours 20))", + "exit_condition": "(> (time-in-this-phase) (hours 17))", "on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 35.0))", "on_exit": "#t" }