ArduinoPcap
ArduinoPcap copied to clipboard
header file missing wifi_internal.h
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)
I fixed this way in esp32_pcap_serial.ino change this include #include "esp_private/wifi.h" //#include "esp_wifi_internal.h"