You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idf.py build output -
Compilation failed because wsl_bypasser.h (in "wsl_bypasser" component) includes esp_wifi_types.h, provided by esp_wifi component(s).
However, esp_wifi component(s) is not in the requirements list of "wsl_bypasser".
To fix this, add esp_wifi to REQUIRES list of idf_component_register call in /home/user/Desktop/esp32-wifi-penetration-tool/components/wsl_bypasser/CMakeLists.txt.
please help
The text was updated successfully, but these errors were encountered:
idf.py build output -
Compilation failed because wsl_bypasser.h (in "wsl_bypasser" component) includes esp_wifi_types.h, provided by esp_wifi component(s).
However, esp_wifi component(s) is not in the requirements list of "wsl_bypasser".
To fix this, add esp_wifi to REQUIRES list of idf_component_register call in /home/user/Desktop/esp32-wifi-penetration-tool/components/wsl_bypasser/CMakeLists.txt.
please help
The text was updated successfully, but these errors were encountered: