Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

header file missing wifi_internal.h #16

Open
sonybaddula opened this issue Apr 13, 2022 · 1 comment
Open

header file missing wifi_internal.h #16

sonybaddula opened this issue Apr 13, 2022 · 1 comment

Comments

@sonybaddula
Copy link

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)

@marcobrianza
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants