Reply To: Espressif – Getting Components from the ESP Registry

Sysprogs forums Forums VisualGDB Espressif – Getting Components from the ESP Registry Reply To: Espressif – Getting Components from the ESP Registry

#36337
arrow201
Participant

Thank you. This is good info for creating you’re own and referencing it, but doesn’t have all the steps in detail if you want to get an existing component from the ESP Component Registry
https://components.espressif.com/

For the “espressif/led_strip”,  you’d have to do: C:\SysGCC\esp32\tools\idf-exe\1.0.3\idf.py add-dependency “espressif/led_strip^3.0.0″  …but I’m pretty sure there’s other steps needed for everything to be loaded into your project before doing a build.