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-idf-pn532 ESP-IDF component for the PN532 NFC controller. The component can be used with I2C or with HSU (UART) interface. ## Installation To install latest version of this component to your project, run: ```bash idf.py add-dependency "garag/pn532" ``` Read more about esp-idf component manager in [official documentation](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-component-manager.html). ## License This component is provided under MIT license, see [LICENSE](LICENSE) file for details.
idf.py add-dependency "garag/esp-idf-pn532^0.1.0"