[LR11x0] Fixed default CAD scan config IRQ
This commit is contained in:
parent
ed30c50f8b
commit
595e7806d5
1 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,8 @@ int16_t LR11x0::startChannelScan() {
|
||||||
.detMin = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
|
.detMin = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
|
||||||
.exitMode = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
|
.exitMode = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
|
||||||
.timeout = 0,
|
.timeout = 0,
|
||||||
.irqFlags = RADIOLIB_IRQ_NOT_SUPPORTED,
|
.irqFlags = RADIOLIB_IRQ_CAD_DEFAULT_FLAGS,
|
||||||
|
.irqMask = RADIOLIB_IRQ_CAD_DEFAULT_MASK,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
return(this->startChannelScan(config));
|
return(this->startChannelScan(config));
|
||||||
|
|
Loading…
Add table
Reference in a new issue