tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
666 stars 219 forks source link

Installation help for newbies #10

Closed cruepprich closed 6 years ago

cruepprich commented 6 years ago

Hi, I'm new to ESP32 development. I use the Arduino IDE, and would like to know how to use the Wifi manager with it.

thanks!

tonyp7 commented 6 years ago

Hello, You can't use Arduino IDE. This is a pure native esp-idf project and needs to be compiled with the SDK toolchain. If you feel adventurous go there: http://esp-idf.readthedocs.io/en/latest/get-started/index.html