xreef / LoRa_E32_Series_Library

Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards). sx1278/sx1276
https://www.mischianti.org
Other
348 stars 72 forks source link

how to send data more than 58 bytes? #31

Closed fixajteknik closed 2 years ago

fixajteknik commented 2 years ago

Adsız

there are a restriction on library for up to 58 bytes.

#define MAX_SIZE_TX_PACKET 58

even if I increase the 58 to for example 200 it doest send data. well there is no problem, transmitter says "succes" seen while compile but data not sending correctly. I have seen "ovf" or like that on serial monitor of receiver.

xreef commented 2 years ago

Hi, the device can't send more of 58byte, tobaend more you must send more packets. Bye Renzo