risinek / esp32-wifi-penetration-tool

Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks.

Home Page:https://risinek.github.io/esp32-wifi-penetration-tool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] frame_analyzer.h:12:10: fatal error: esp_event.h: No such file or directory

hexhero opened this issue · comments

Hello Author,

I have a error message when i run idf.py build command. please help me check.

thank you.

In file included from E:/DEVLOP/esp32-wifi-penetration-tool/components/hccapx_serializer/hccapx_serializer.c:16:
E:/DEVLOP/esp32-wifi-penetration-tool/components/frame_analyzer/interface/frame_analyzer.h:12:10: fatal error: esp_event.h: No such file or directory
   12 | #include "esp_event.h"
      |          ^~~~~~~~~~~~~
compilation terminated.