You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LoRaWAN the method LoRaMac::schedule_tx passes the MAC Payload length to validate_payload_length, causing the LoRaInterface::send to return with LORAWAN_STATUS_LENGTH_ERROR. It should pass in the length of the application payload.