[SX126x] Fixed default CAD scan config IRQ
This commit is contained in:
parent
7d1df89df0
commit
ed30c50f8b
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ int16_t SX126x::scanChannel() {
|
|||
.detMin = RADIOLIB_SX126X_CAD_PARAM_DEFAULT,
|
||||
.exitMode = RADIOLIB_SX126X_CAD_PARAM_DEFAULT,
|
||||
.timeout = 0,
|
||||
.irqFlags = RADIOLIB_IRQ_NOT_SUPPORTED,
|
||||
.irqFlags = RADIOLIB_IRQ_CAD_DEFAULT_FLAGS,
|
||||
.irqMask = RADIOLIB_IRQ_CAD_DEFAULT_MASK,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue