increased pause between init and mainloop so that i can actually read debug prints
This commit is contained in:
2
main.lua
2
main.lua
@@ -1037,7 +1037,7 @@ end
|
||||
function Main()
|
||||
Init()
|
||||
|
||||
os.sleep(5) -- pause for any initialization errors to display
|
||||
os.sleep(15) -- pause for any initialization errors to display
|
||||
|
||||
local sentinel = true
|
||||
print("Mainloop starting. Press 'q' to stop the loop and save configuration changes.")
|
||||
|
||||
Reference in New Issue
Block a user