ArduinoPcap icon indicating copy to clipboard operation
ArduinoPcap copied to clipboard

header file missing wifi_internal.h

Open sonybaddula opened this issue 2 years ago • 1 comments

Hi, Please help me I worked on this error for 4 days still I don't know what I am doing wrong. I am trying to collect the PCAP data using the ESP32 microcontroller. (I am using MAC OS)

Here is the error message:

esp32_pcap_sd:12:10: fatal error: esp_wifi_internal.h: No such file or directory #include "esp_wifi_internal.h" ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 esp_wifi_internal.h: No such file or directory

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

FYI: I have installed all the libraries that are mentioned in the description ( Time, ESP 32)

sonybaddula avatar Apr 13 '22 04:04 sonybaddula

I fixed this way in esp32_pcap_serial.ino change this include #include "esp_private/wifi.h" //#include "esp_wifi_internal.h"

marcobrianza avatar Nov 20 '23 08:11 marcobrianza