Code: Select all
esp_wifi_set_promiscuous_filter(WIFI_PROMIS_FILTER_MASK_ALL);
Code: Select all
E (51478) wifi: wdev.c wdevProcessRxSucDataAll 1008
Oddly, it sometimes doesn't do this. Occasionally it works with no problem. Seems to be a timing issue I think.
Anyone have any idea why?
FYI: I'm using the Arduino framework which contains the v2.1 ESP-IDF.