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()
Init()
os.sleep(5) -- pause for any initialization errors to display
local sentinel = true
print("Mainloop starting. Press 'q' to stop the loop and save configuration changes.")
while sentinel do