You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With wifi_promiscuous_enable(true) the esp_now_register_recv_cb(OnDataRecv) callback is never reached.
With the ESP32 this is no problem, only see this with the ESP8266
I have exactly the same behaviour with a D1 mini. Reception of ESPNow messages is not working. But transmission of ESPNow messages from the ESP8266 is working, i.e. ESPNow is partially working. And I confirm also that there is no issue with ESP32.
Have you been able to find a work around ?
Platform
Settings in IDE
Problem Description
With wifi_promiscuous_enable(true) the esp_now_register_recv_cb(OnDataRecv) callback is never reached.
With the ESP32 this is no problem, only see this with the ESP8266
MCVE Sketch
The text was updated successfully, but these errors were encountered: