aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-03-05 13:06:20 -0500
committerAndrew Lee <alee14498@gmail.com>2019-03-05 13:06:20 -0500
commitffa6e7d27edb7bae42850d2cf4b62fa37442e360 (patch)
treea9d195fe2af2f7f9d269a056015b69360be98923
parent35e41bc9a7aecb11895f87695fcc0142358ed2a0 (diff)
downloadbits-UI-ffa6e7d27edb7bae42850d2cf4b62fa37442e360.tar.gz
bits-UI-ffa6e7d27edb7bae42850d2cf4b62fa37442e360.tar.bz2
bits-UI-ffa6e7d27edb7bae42850d2cf4b62fa37442e360.zip
Reduced sleep seconds
-rw-r--r--startup2
1 files changed, 2 insertions, 0 deletions
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