risinek / esp32-wifi-penetration-tool

Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks.
https://risinek.github.io/esp32-wifi-penetration-tool/
MIT License
1.98k stars 294 forks source link

Updated all the project to the last version of idf.py and prebuilded ESP32S2 bin image #58

Open ZhengLinLei opened 1 year ago

ZhengLinLei commented 1 year ago

Changes made:

Changes pending:

Thanks.

Zheng Lin Lei

risinek commented 1 year ago

Thank you for contributing 👍 Try to polish the changes a bit, it's confusing as lot of unrelated changes are happening there. Try to find what exactly fixes the problem with missing header files, commit just this change and push it. I guess the actual fix is adding

// Include library of ntohs function
#include <arpa/inet.h>

so it would be great if you can separate it from the rest of the changes and open PR with this particular change.

Also great idea to include builds for more chips 👍 I would suggest to create a folders in build dir like build/esp32, build/esp32s2, etc and then build the images into them, rather then creating branch for each chip.