From 0716382288962a46eed9afc6ed2328bea859d144 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 15:27:10 -0400 Subject: [PATCH] updated --- main.lua | 2 +- turbine_driver.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.lua b/main.lua index 337b78f..47e15b0 100644 --- a/main.lua +++ b/main.lua @@ -49,7 +49,7 @@ local function runDisplay() monitor.setCursorPos(1, i + 1) end - sleep(0.25) -- Update every quarter second + sleep(0.10) -- Update every tenth second end end diff --git a/turbine_driver.lua b/turbine_driver.lua index da5f48c..a1ea4dd 100644 --- a/turbine_driver.lua +++ b/turbine_driver.lua @@ -16,6 +16,6 @@ local function report() monitor.setBackgroundColor(color) value = getValue() monitor.clearLine() - monitor.write("Turbine Steam Filled: " .. value .. "%") + monitor.write("Turbine Steam" .. value .. "%") end return { report = report, watch = watch } \ No newline at end of file