Occasionally the send cb is not being called which causes a lockup. I can mitigate this problem with a timeout if need be but it seems as though the call back should be called.So, it is recommended that sending the next ESP-NOW data after the sending callback function of previous sending has returned.
Code: Select all
esp_now_send
Is
Code: Select all
esp_now_send
Is there a known scenario that would cause the send cb to not be called?