mbed-os-examples / Mbed OS mbed-os-example-mbed5-lorawan

Dependents:   Projet_de_bachelor_code Projet_de_bachelor_code

Issue: Can't send data beyond 64 bytes

Hi, For my application, i wanted to send around 100 bytes. So i change buffer size to 100 uint8_t tx_buffer[100]; If i print length of tx_buffer it shows 98. but it sends only first 64 bytes for transmission. Shows 64 bytes scheduled for transmission.

What changes i need to do if i wanted to send more bytes?

Thanks