added short pause before mainloop to display initialization changes

This commit is contained in:
2026-06-29 19:55:14 -05:00
parent 2d6e142eb6
commit 19c423ecfa

View File

@@ -1052,6 +1052,8 @@ end
function Main() function Main()
Init() Init()
os.sleep(5) -- pause for any initialization errors to display
local sentinel = true local sentinel = true
print("Mainloop starting. Press 'q' to stop the loop and save configuration changes.") print("Mainloop starting. Press 'q' to stop the loop and save configuration changes.")
while sentinel do while sentinel do