This commit is contained in:
2025-06-14 13:58:10 -04:00
parent ac391965b0
commit ac1cb7baa7
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ local maxValue = 100
local minValue = 0
local function configureReport(monitor)
local x,y = term.getCursorPos()
local x,y = monitor.getCursorPos()
monitor.setCursorPos(x, y + 1)
monitor.clearLine()
end

View File

@@ -14,7 +14,6 @@ end
local function runDisplay()
monitor.clear()
monitor.setTextScale(1)
monitor.setCursorPos(1,0)
while true do
local drivers = {
{ Label = "Temperature", driver = tempDriver },