diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-03-05 13:06:20 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-03-05 13:06:20 -0500 |
| commit | ffa6e7d27edb7bae42850d2cf4b62fa37442e360 (patch) | |
| tree | a9d195fe2af2f7f9d269a056015b69360be98923 /startup | |
| parent | 35e41bc9a7aecb11895f87695fcc0142358ed2a0 (diff) | |
| download | bits-UI-ffa6e7d27edb7bae42850d2cf4b62fa37442e360.tar.gz bits-UI-ffa6e7d27edb7bae42850d2cf4b62fa37442e360.tar.bz2 bits-UI-ffa6e7d27edb7bae42850d2cf4b62fa37442e360.zip | |
Reduced sleep seconds
Diffstat (limited to 'startup')
| -rw-r--r-- | startup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ function bootloaderInput() term.setCursorPos(1,2) else print("[ERROR] Invalid number.") + sleep(2) + clear() bootloader() bootloaderInput() end |
