From c58fa5f14617b83d076f07cc6d93127ee42af6bb Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sun, 4 Nov 2018 17:21:42 +0000 Subject: [PATCH] Drop panic linger time to 60 seconds from 300 --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 0762247..aeeb3b1 100644 --- a/init.lua +++ b/init.lua @@ -73,8 +73,8 @@ local function waitFLASH() gpio.trig(3,"low",function(_) print("Aborting..."); stop() end) end local function bootPANIC() - print("Panic! Lingering for five minutes with telnet console up; 'tmr.unregister(6)' to persist...") - tmr.alarm(6,300000,tmr.ALARM_SINGLE,node.restart) + print("Panic! Lingering for a minute with telnet console up; 'tmr.unregister(6)' to persist...") + tmr.alarm(6,60000,tmr.ALARM_SINGLE,node.restart) goab() end local bct = { -- 2.50.1