delay to avoid voiding iris
This commit is contained in:
@ -819,6 +819,8 @@ local function handleOutgoingDial()
|
|||||||
|
|
||||||
-- Only open local iris if connection is safe
|
-- Only open local iris if connection is safe
|
||||||
if connectionSafe and config.irisEnabled then
|
if connectionSafe and config.irisEnabled then
|
||||||
|
-- Wait 2 seconds to avoid voiding the iris
|
||||||
|
sleep(2)
|
||||||
utils.openIris()
|
utils.openIris()
|
||||||
display.showConnected(state.destAddressname, state.destAddress)
|
display.showConnected(state.destAddressname, state.destAddress)
|
||||||
elseif connectionSafe then
|
elseif connectionSafe then
|
||||||
|
|||||||
Reference in New Issue
Block a user