Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By pomelo
#84067 Had a long discussion with ESPRESSIF lately about extending the length of the packets captured during monitor mode.

Was given this:

Code: Select allextern void esp_wifi_set_promiscuous_data_len(uint32_t len);


Tested and works perfectly with RTOS_SDK-3.2


Any chance this can be a part of the Arduino ESP8266 core?