SODAQ ExpLoRer payloads

Hi there,

I am using a SODAQ ExpLoRer to send my payload to ThingsConnected.
My code works by combining all the data into a single payload to be sent to the ThingsConnected.

How do I send two or more payloads at once within the same transmission?
Example: Fitting data A into payload 1 and fitting data B into payload 2. Both payloads will be sent to the ThingsConnected at the same time.

Thanks.

You can only send one payload per LoRa packet. You will need to combine any data you wish to send into a single payload buffer and pass that to the appropriate method.