espressif / esp-insights

ESP Insights: A remote diagnostics/observability framework for connected devices
Apache License 2.0
101 stars 27 forks source link

Add esp-insights to component manager #18

Closed ivancmz closed 1 year ago

ivancmz commented 1 year ago

To test esp_insights in an existing project I had to clone the repository and copy the components folder into my project's component folder and then enable it using idf.py menuconfig. Not sure if there's an easier way of doing this, but using the component manager would be a nice way of simplifying the process.

antoniuschan99 commented 1 year ago

It's in component manager now! https://components.espressif.com/components/espressif/esp_insights

ivancmz commented 1 year ago

This is awesome!! Thanks!! I'll try it right now!!