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.
# BME68X Sensor API adapted for ESP-IDF This code is an adaptation of https://github.com/boschsensortec/BME68x_SensorAPI for ESP-IDF. ## Getting Started To use this component, run the following commands in your ESP-IDF project directory: ```bash idf.py add-dependency BME68X_SENSOR_API_ESPIF@latest ``` Check the [test_apps](./test_apps) directory for example code on how to use the BME68X Sensor API with ESP-IDF. ## Acknowledgements - [BME68x_SensorAPI](https://github.com/boschsensortec/BME68x_SensorAPI for ESP-IDF) - [espressif2022/BMI270_SensorAPI](https://github.com/espressif2022/BMI270_SensorAPI) for ESP-IDF adaptation example code.
idf.py add-dependency "francisduvivier/bme68x_sensorapi_espidf^0.0.1"