This commit is contained in:
2025-06-14 15:24:31 -04:00
parent d1c5074c37
commit cf9bb6ece3

View File

@@ -25,7 +25,7 @@ end
local function runDisplay() local function runDisplay()
monitor.clear() monitor.clear()
monitor.setTextScale(0.90) monitor.setTextScale(0.95)
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)