updated
This commit is contained in:
4
main.lua
4
main.lua
@@ -12,8 +12,10 @@ local function runMonitors()
|
||||
end
|
||||
|
||||
local function runDisplay()
|
||||
monitor.clear()
|
||||
monitor.setTextScale(1)
|
||||
monitor.setCursorPos(1,0)
|
||||
while true do
|
||||
monitor.setCursorPos(1,0)
|
||||
local drivers = {
|
||||
{ Label = "Temperature", driver = tempDriver },
|
||||
{ Label = "Coolant", driver = coolantDriver },
|
||||
|
||||
Reference in New Issue
Block a user