feat: improve billboard monitor detection and logging

This commit is contained in:
MayaTheShy
2026-03-26 14:23:24 -04:00
parent c7a1b7066a
commit 3c4d76d4a9

View File

@@ -195,12 +195,11 @@ local function main()
end
-- Billboard monitor (optional — set billboardMonitorSide in .manager_config)
if cfg.BILLBOARD_MONITOR ~= "" then
-- Billboard monitor (auto-detects any 3rd monitor, or set billboardMonitor in .manager_config)
if display.setupBillboardMonitor() then
log.info("INIT", "Billboard monitor: %s", display.billboardMonName)
else
log.warn("INIT", "Billboard monitor not found: %s", cfg.BILLBOARD_MONITOR)
end
log.info("INIT", "No billboard monitor found (optional)")
end
-- Find wired modem for client/turtle communication