This commit is contained in:
2025-06-14 15:23:31 -04:00
parent 495de6bf3e
commit d1c5074c37
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ end
local function runDisplay()
monitor.clear()
monitor.setTextScale(0.75)
monitor.setTextScale(0.90)
while true do
if(isWarningState or isCriticalState or isShutdownState) then
monitor.setBackgroundColor(colors.red)