From 5b04d8425128835322d40b237b7963de8eaea0fd Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 8 Jan 2024 22:30:57 -0500 Subject: [PATCH] More normal min and max thermo values --- py/hexagram/thermo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/hexagram/thermo.py b/py/hexagram/thermo.py index be2d450..ea5f1f3 100644 --- a/py/hexagram/thermo.py +++ b/py/hexagram/thermo.py @@ -5,9 +5,9 @@ import cairo from hexagram.dial import BottomDial class Thermometer(BottomDial): - MIN_VALUE = 85 - MAX_VALUE = 110 - WARN_VALUE = 106 + MIN_VALUE = 48 + MAX_VALUE = 127 + WARN_VALUE = 116 FONT_FACE = "Muli"