Overflow problem and transmitting two or more struct instead one

i have a few more question that i don't put in my previous problem

the overflow problem could be solved cleaned the buffer? i studied datasheet of ebyte E32 and the TX lenght is 58 byte which is the maxium byte in a packeage and my struct is with 53 byte. so the lora ebyte should transmitting the struct with out problemns, correct?

in my new skecth i tried do transmitting only the "count" with a delay 100ms and works fine, but if decreasiing this delay to 90ms occur the overflow. why?

what is the solution about this overflow? change the air dates?

i tried to transmitting two structs and the lora reception will exhibit one in void setup and other in void loop. the void loop shows ok, but the struct that would be exhibit in setup doesn't appears, why? i tried to reset the esp receptor and esp transmissor but not work :confused:

you should post in the other thread then so that people get context.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.