ESP32_Explorer
ESP32_Explorer copied to clipboard
How to link with my app?
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)
;