delay to avoid voiding iris

This commit is contained in:
2026-01-01 23:09:00 -05:00
parent 919ab80735
commit 6841cdb559

View File

@ -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