You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.
# ESP-Iris minimal Registry example This example verifies that ESP-Iris can be consumed as a managed component. It starts the default raw TCP transport and prints the persistent device ID. The surrounding product remains responsible for initializing networking. From an initialized ESP-IDF shell: ```bash idf.py build ``` During development, `main/idf_component.yml` overrides the Registry dependency with the component that contains this example. The Registry packages the same layout so downloaded examples remain self-contained.
To create a project from this example, run:
idf.py create-project-from-example "lisir233/esp_iris=0.1.0:minimal"