From 4071c73bd1f40cbe2094a99868198b9313a9878f Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial <xan@xantronix.com> Date: Wed, 12 Mar 2025 21:17:13 -0400 Subject: [PATCH] =?UTF-8?q?Go=20back=20to=20even=2045=C2=B0=20skew?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/xmet/skew_t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmet/skew_t.py b/lib/xmet/skew_t.py index dfe6a6e..d5d7d24 100644 --- a/lib/xmet/skew_t.py +++ b/lib/xmet/skew_t.py @@ -22,7 +22,7 @@ TEMP_CENTER = 0 # degrees C TEMP_STEP = 5 TEMP_STEP_COUNT = math.ceil(TEMP_RANGE / TEMP_STEP) -SKEW = 0.6 +SKEW = 1.0 def clamp(value, lowest, highest): if value < lowest: