From ffa6e7d27edb7bae42850d2cf4b62fa37442e360 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Mar 2019 13:06:20 -0500 Subject: Reduced sleep seconds --- startup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'startup') diff --git a/startup b/startup index 9fdd238..71a1f16 100644 --- a/startup +++ b/startup @@ -37,6 +37,8 @@ function bootloaderInput() term.setCursorPos(1,2) else print("[ERROR] Invalid number.") + sleep(2) + clear() bootloader() bootloaderInput() end -- cgit v1.2.3