Conflicting ways to set payload length in implicit header mode with SX127X #1345
Labels
enhancement
New feature or request
resolved
Issue was resolved (e.g. bug fixed, or feature implemented)
To set an SX127x device to use implicit headers, you need to use
setImplicit(payloadLength)
However, when putting the device into receive mode, you need to also set the payload length or it will default to 0 and overwrite the previously set value
Request that setReceive use the value from setImplicit instead of requiring an arg
The text was updated successfully, but these errors were encountered: