nkolban / ESP32_Explorer

ESP32 Explorer
Apache License 2.0
144 stars 37 forks source link

How to link with my app? #28

Open WayneKeenan opened 6 years ago

WayneKeenan commented 6 years ago

I've compiled this but I would be grateful if you could please explain to this ESP32 and IDF build system noob how to perform the "link with the application" step? How does the explorer actually get started?

I wondered if there is there a plan to turn this into a IDF component and in it have a esp32_explorer.h header file with something like:

void start_explorer(int port, const char* user, const char* password);