[LR11x0] Fixed default CAD scan config IRQ

This commit is contained in:
jgromes 2024-08-31 16:50:04 +02:00
parent ed30c50f8b
commit 595e7806d5

View file

@ -568,7 +568,8 @@ int16_t LR11x0::startChannelScan() {
.detMin = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
.exitMode = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
.timeout = 0,
.irqFlags = RADIOLIB_IRQ_NOT_SUPPORTED,
.irqFlags = RADIOLIB_IRQ_CAD_DEFAULT_FLAGS,
.irqMask = RADIOLIB_IRQ_CAD_DEFAULT_MASK,
},
};
return(this->startChannelScan(config));