Adding 3 second timeout before autoboot.

This commit is contained in:
Brad Nelson
2021-02-25 22:34:53 -08:00
parent 808b6e1086
commit f10b1f1069

View File

@ -11,6 +11,7 @@ internals definitions
( Check for autoexec.fs and run if present.
Failing that, try to revive save image. )
: autoexec
300 for key? if rdrop exit then 10 ms next
s" /spiffs/autoexec.fs" ['] included catch 2drop drop
['] revive catch drop ;
' autoexec ( leave on the stack for fini.fs )