The purpose of this library is to make it easier to use C++ to create an esp-idf project for the ESP32 microprocessor. The prime motivation was to make it easier to manage the Modulencer project, but also to share what I learned about using esp-idf.
So that projects can access the idfx library need to build it out to the Espressif component repository. After making changes to this repo one needs to take the following steps to make them available.
Steps for pushing to repo:
compote registry login --profile "default" --registry-url "https://components.espressif.com" --default-namespace skibu
compote component upload --name idfx
Steps for pulling from repo into VSCode project:
idf.py update-dependencies
to load in new version of the libraryidf.py add-dependency "skibu/idfx^0.0.53"