updated
This commit is contained in:
2
main.lua
2
main.lua
@@ -25,7 +25,7 @@ end
|
|||||||
|
|
||||||
local function runDisplay()
|
local function runDisplay()
|
||||||
monitor.clear()
|
monitor.clear()
|
||||||
monitor.setTextScale(0.95)
|
monitor.setTextScale(1)
|
||||||
while true do
|
while true do
|
||||||
if(isWarningState or isCriticalState or isShutdownState) then
|
if(isWarningState or isCriticalState or isShutdownState) then
|
||||||
monitor.setBackgroundColor(colors.red)
|
monitor.setBackgroundColor(colors.red)
|
||||||
|
|||||||
Reference in New Issue
Block a user