ESPNOW is not able to exit the write loop if the peer is not up #214
-
I was trying to stream through ESPNOW, however, I found if the RX peer is not up, the TX will stay in the ESPNOW write loop, repeating the same error message:
Not even able to start the retry in the copier process.
|
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jul 28, 2022
Replies: 1 comment
-
In the ESPNowStreamConfig you can set the write_retry_count parameter to a value > 0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the ESPNowStreamConfig you can set the write_retry_count parameter to a value > 0