increased pause between init and mainloop so that i can actually read debug prints

This commit is contained in:
2026-06-29 20:04:31 -05:00
parent ce11e77d7c
commit b712a38006

View File

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