GANESH-ICMC / esp32-deauther

170 stars 18 forks source link

How to make it work using PlatformIO #18

Open Skyslycer opened 1 year ago

Skyslycer commented 1 year ago

Hi y'all, I'd love to use this with PlatformIO. I just have no idea where I'm supposed to get a deauther.elf file from, which the script apparently requires. Maybe somebody can help.

https://paste.skyslycer.de/NwZgB - platformio.ini

Skyslycer commented 1 year ago

Update: I have managed to get most of it working... It just can't find the ieee80211_raw_frame method in the ELF file built by PIO, what do I do?

RefreshMyMind-I commented 12 months ago

This is not a lib This is based on ESP-IDF firmware, so you have to choose the right firmware also tcpip_adapter_init this one doesn't work with esp32 you have to include a new one.