From f10b1f10694b5cbf2b8b59e87d1cb91d0475d71f Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Thu, 25 Feb 2021 22:34:53 -0800 Subject: [PATCH] Adding 3 second timeout before autoboot. --- ueforth/arduino/autoboot.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/ueforth/arduino/autoboot.fs b/ueforth/arduino/autoboot.fs index 777aad8..9d587cc 100644 --- a/ueforth/arduino/autoboot.fs +++ b/ueforth/arduino/autoboot.fs @@ -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 )