CC1101::fixedPacketFormat now correctly sets _packetLengthConfig
This commit is contained in:
parent
47a45fa009
commit
87bf46ed34
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ int16_t CC1101::fixedPacketLengthMode(uint8_t len) {
|
|||
}
|
||||
|
||||
// all went well: cache the reg value
|
||||
_packetLengthConfig = CC1101_LENGTH_CONFIG_VARIABLE;
|
||||
_packetLengthConfig = CC1101_LENGTH_CONFIG_FIXED;
|
||||
|
||||
return(state);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue