From 6bce47931e5da0a8c1647c1f7d5221b20c398c9e Mon Sep 17 00:00:00 2001 From: jbruce Date: Tue, 27 Nov 2018 09:08:51 -0500 Subject: [PATCH] - changing slope to F degs / hour --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index b5991ee..f8fe225 100644 --- a/config.py +++ b/config.py @@ -77,6 +77,6 @@ sim_R_ho_air = 0.05 # K/W " with internal air circulation # Time and Temperature parameters temp_scale = "f" # c = Celsius | f = Fahrenheit - Unit to display -time_scale_slope = "m" # s = Seconds | m = Minutes | h = Hours - Slope displayed in temp_scale per time_scale_slope +time_scale_slope = "h" # s = Seconds | m = Minutes | h = Hours - Slope displayed in temp_scale per time_scale_slope time_scale_profile = "m" # s = Seconds | m = Minutes | h = Hours - Enter and view target time in time_scale_profile