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

RAM memory saturation #19

Closed AB-informatica-service closed 3 years ago

AB-informatica-service commented 3 years ago

I noticed that every time a message is transmitted the RAM memory is filled and it is never deallocated causing the filling and the consequent reset of the ATMEGA328P.

xreef commented 3 years ago

Thanks for the issue, I fixed It. Pay attention on use string message without size, if there are more message on buffer receiveMessage read all messge in the busser use receiveMessageUntil to read one to one. Bye Renzo