diff --git a/main.lua b/main.lua index 381694e..83c61b4 100644 --- a/main.lua +++ b/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.")