This commit is contained in:
2025-06-14 15:25:54 -04:00
parent cf9bb6ece3
commit c62b0ad81f

View File

@@ -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)