aboutsummaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
Diffstat (limited to 'startup')
-rw-r--r--startup1
1 files changed, 1 insertions, 0 deletions
diff --git a/startup b/startup
index 7ed3e0d..b188287 100644
--- a/startup
+++ b/startup
@@ -30,6 +30,7 @@ function bootloaderInput()
clear()
if fs.exists("dev_mode") then
print("You are running developer mode! You cannot update bit-UI.")
+ sleep(3)
clear()
bootloader()
bootloaderInput()