#580 supervisor front panel updates for wired modem support

This commit is contained in:
Mikayla
2025-06-28 17:26:49 +00:00
parent 391b68d357
commit 250db00794
3 changed files with 19 additions and 19 deletions

View File

@@ -130,7 +130,7 @@ local function main()
if not pcie.init(config, println) then return end
-- start UI
local fp_ok, message = renderer.try_start_ui(pcie.has_pocket_nic(), config.FrontPanelTheme, config.ColorMode)
local fp_ok, message = renderer.try_start_ui(config)
if not fp_ok then
println_ts(util.c("UI error: ", message))