Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

RxTimeout does not work

Open shaun-dm-stewart opened this issue 10 months ago • 1 comments

With the WiFi LoRa 32 (V3) Revison 3.2 and version 2.1.4 of the Heltec ESP32 dev boards library, I set the RxTimeout to 3 seconds. When I did this and sent a message the the timeout function was not called. I also see from the pingpong example that an RxTimeout of 1 second is declared but is never used. To have the receive timeout invoke a anotherr transmission attempt is essential for reliable communications.

shaun-dm-stewart avatar Jun 16 '25 16:06 shaun-dm-stewart

Correction:

The RxTimeout function is called after 60 seconds regardless of the timeout interval set.

shaun-dm-stewart avatar Jun 16 '25 17:06 shaun-dm-stewart