spacehuhn / esp8266_beaconSpam

Creates up to a thousand WiFi access points with custom SSIDs.
MIT License
1k stars 200 forks source link

esp 32 version wont compile #45

Open stevefoxuk opened 1 year ago

stevefoxuk commented 1 year ago

Hi, i can get this version working fine, thanks!

There is no option to create an issue on the ESP 32 version page so hope you dont mind me asking here and wonder if you can help please?

When trying to compile the ESP-32 version i get the following - error: cannot convert 'esp_interface_t' to 'wifi_interface_t'

I have zero coding knowledge and trying to google it has not provided any pointers :(

Steve.

gojimmypi commented 1 year ago

There's a WiFi networking example in the Espressif ESP-IDF repo that may help.

See also the docs.