lower pause back to normal value

This commit is contained in:
2026-06-29 20:48:24 -05:00
parent 9b397337da
commit 06a10ff0f9

View File

@@ -1049,7 +1049,7 @@ end
function Main()
Init()
os.sleep(15) -- pause for any initialization errors to display
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.")