#634 supervisor backplane logging changes

This commit is contained in:
Mikayla
2025-10-26 20:03:42 +00:00
parent f0251efec6
commit 869b342db2
2 changed files with 19 additions and 18 deletions

View File

@@ -127,7 +127,7 @@ local function main()
end
-- hardware backplane initialization
if not backplane.init(config, println) then return end
if not backplane.init(config) then return end
-- start UI
local fp_ok, message = renderer.try_start_ui(config)