From fd29a65fe896e6b77210fce70e6ef087011ef551 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sun, 15 Jun 2025 21:37:38 -0400 Subject: [PATCH] t --- temperature_driver.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/temperature_driver.lua b/temperature_driver.lua index f965b27..0d219a0 100644 --- a/temperature_driver.lua +++ b/temperature_driver.lua @@ -1,5 +1,5 @@ -local max = 315 -local min = 300 +local max = 350 +local min = 315 local function getValue()