From 9561fdd74506c4eb0f2697646ebd1b98fb60a94a Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Thu, 1 Jan 2026 23:31:32 -0500 Subject: [PATCH] fix mistake with IDC --- startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.lua b/startup.lua index 0fb027b..b75e78e 100644 --- a/startup.lua +++ b/startup.lua @@ -127,7 +127,7 @@ else if config.enableGDO and config.irisPassword then local idcCode = tonumber(config.irisPassword) if idcCode then - transceiver.setIDC(idcCode) + transceiver.setCurrentCode(idcCode) utils.log("Transceiver IDC configured to: " .. idcCode) else print("WARNING: irisPassword must be a number for GDO support")