fix mistake with IDC
This commit is contained in:
@ -127,7 +127,7 @@ else
|
|||||||
if config.enableGDO and config.irisPassword then
|
if config.enableGDO and config.irisPassword then
|
||||||
local idcCode = tonumber(config.irisPassword)
|
local idcCode = tonumber(config.irisPassword)
|
||||||
if idcCode then
|
if idcCode then
|
||||||
transceiver.setIDC(idcCode)
|
transceiver.setCurrentCode(idcCode)
|
||||||
utils.log("Transceiver IDC configured to: " .. idcCode)
|
utils.log("Transceiver IDC configured to: " .. idcCode)
|
||||||
else
|
else
|
||||||
print("WARNING: irisPassword must be a number for GDO support")
|
print("WARNING: irisPassword must be a number for GDO support")
|
||||||
|
|||||||
Reference in New Issue
Block a user