QuickESPNow icon indicating copy to clipboard operation
QuickESPNow copied to clipboard

If esp_now_send fails, readyToSend never becomes true again

Open brawner opened this issue 6 months ago • 1 comments

I believe the logic expects that esp_now_send will always call tx_cb, but I'm not sure that will happen in all error cases. That means readyToSend can stay false and block any more sends from happening.

In lines: https://github.com/gmag11/QuickESPNow/blob/main/src/QuickEspNow_esp32.cpp#L201-L216

brawner avatar Aug 20 '24 22:08 brawner