This commit is contained in:
Andrey Aleksandrov
2026-01-06 14:18:57 +02:00
parent 518c8a6d00
commit 0766ede216

View File

@@ -35,6 +35,13 @@ A comprehensive ESP-IDF library for interfacing with the Bosch BME68x environmen
└── platformio.ini
```
- Alternatively For PlatformIO you can add _lib_deps_ in _platformio.ini_
```ini
lib_deps =
git+https://home.arcoa.eu:8413/esp32libs/BME68x_manager.git
```
2. Include the library in your source files:
```c