ESP32_Explorer icon indicating copy to clipboard operation
ESP32_Explorer copied to clipboard

How to link with my app?

Open WayneKeenan opened this issue 6 years ago • 0 comments

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);

WayneKeenan avatar May 04 '18 15:05 WayneKeenan