From 6841cdb5598c1b31e4f255c742d6dbe05d8cd7e4 Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Thu, 1 Jan 2026 23:09:00 -0500 Subject: [PATCH] delay to avoid voiding iris --- startup.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/startup.lua b/startup.lua index 799940d..5b95c7b 100644 --- a/startup.lua +++ b/startup.lua @@ -819,6 +819,8 @@ local function handleOutgoingDial() -- Only open local iris if connection is safe if connectionSafe and config.irisEnabled then + -- Wait 2 seconds to avoid voiding the iris + sleep(2) utils.openIris() display.showConnected(state.destAddressname, state.destAddress) elseif connectionSafe then