From dc85446d47ed32c367428196775ab9d0e9d6c91b Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 12:42:19 -0400 Subject: [PATCH] updated --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 278df88..a083421 100644 --- a/main.lua +++ b/main.lua @@ -1,6 +1,6 @@ local function run() local kernel = require("kernel") - local tempDrive = kernel.addDriver("temperature_monitor") + local tempDriver = kernel.addDriver("temperature_monitor") local monitor = peripheral.find("monitor") while true do monitor.clear()