We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just posting here some fixes that I needed to make to build the project in November 2023 with the current core
in esp32_pcap_serial.ino change this include #include "esp_private/wifi.h" //#include "esp_wifi_internal.h" esp32_pcap_serial.ino.txt
for SerialShark.py I used pyserial instead of serial and made the changes in the included file SerialShark.py.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just posting here some fixes that I needed to make to build the project in November 2023 with the current core
in esp32_pcap_serial.ino change this include
#include "esp_private/wifi.h" //#include "esp_wifi_internal.h"
esp32_pcap_serial.ino.txt
for SerialShark.py I used pyserial instead of serial and made the changes in the included file
SerialShark.py.txt
The text was updated successfully, but these errors were encountered: