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
After calling esp_wifi_set_promiscuous_filter() with the filter set to WIFI_PROMIS_FILTER_MASK_ALL and starting up the WiFi, I randomly get this output:
When I get that, the Promiscuous callback appears to never get called. But it doesn't happen all the time. In fact, I can reset the ESP32 via the button (not even re-uploading my program) and sometimes it happens and sometimes it runs fine.
--Details--
Board: ESP32 Dev Module, Rev 0.
IDE: PlatformIO (Also tried this on Arduino IDE - same results)
Core: Latest arduino-esp32 branch.
(Note: Originally reported on the arduino-esp32 repro, but was asked to move it over here.)
The text was updated successfully, but these errors were encountered:
FayeY
changed the title
WiFi Promiscuous filter breaks w/ WIFI_PROMIS_FILTER_MASK_ALL
[TW#15688] WiFi Promiscuous filter breaks w/ WIFI_PROMIS_FILTER_MASK_ALL
Oct 3, 2017
After calling esp_wifi_set_promiscuous_filter() with the filter set to WIFI_PROMIS_FILTER_MASK_ALL and starting up the WiFi, I randomly get this output:
"E (51478) wifi: wdev.c wdevProcessRxSucDataAll 1008"
When I get that, the Promiscuous callback appears to never get called. But it doesn't happen all the time. In fact, I can reset the ESP32 via the button (not even re-uploading my program) and sometimes it happens and sometimes it runs fine.
--Details--
Board: ESP32 Dev Module, Rev 0.
IDE: PlatformIO (Also tried this on Arduino IDE - same results)
Core: Latest arduino-esp32 branch.
(Note: Originally reported on the arduino-esp32 repro, but was asked to move it over here.)
The text was updated successfully, but these errors were encountered: