From 188e1fd5b9c2d05186f03e87ef267b00da582512 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 18:16:45 -0400 Subject: [PATCH] updated --- temperature_driver.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/temperature_driver.lua b/temperature_driver.lua index d0ea878..e6a1c0e 100644 --- a/temperature_driver.lua +++ b/temperature_driver.lua @@ -1,4 +1,4 @@ -local max = 250 +local max = 300 local min = 212 @@ -28,7 +28,7 @@ end -- end local function watch() - + while true do print("Temperature: " .. getValue()) checkTemperature()