QuickESPNow
QuickESPNow copied to clipboard
If esp_now_send fails, readyToSend never becomes true again
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