set text scales before checking monitor dimensions

This commit is contained in:
Mikayla Fischler
2024-02-19 18:56:24 -05:00
parent f112746e12
commit 8ac46faf36
2 changed files with 15 additions and 3 deletions

View File

@@ -79,6 +79,9 @@ local function main()
-- system startup
----------------------------------------
-- re-mount devices now that logging is ready
ppm.mount_all()
-- report versions/init fp PSIL
iocontrol.init_fp(COORDINATOR_VERSION, comms.version)