From bf6c72bba4a91e36cc850b5ed20a76ce0abd993e Mon Sep 17 00:00:00 2001 From: jason bruce Date: Fri, 1 Dec 2023 08:13:50 -0500 Subject: [PATCH] set sane defaults for config.py --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index a8aebcb..d085957 100644 --- a/config.py +++ b/config.py @@ -163,7 +163,7 @@ sim_R_ho_air = 0.05 # K/W " with internal air circulation # if you want simulations to happen faster than real time, this can be # set as high as 1000 to speed simulations up by 1000 times. -sim_speedup_factor = 10 +sim_speedup_factor = 1 ######################################################################## @@ -239,7 +239,7 @@ ignore_tc_unknown_error = False # This overrides all possible thermocouple errors and prevents the # process from exiting. -ignore_tc_too_many_errors = True +ignore_tc_too_many_errors = False ######################################################################## # automatic restarts - if you have a power brown-out and the raspberry pi