Files
WLED/usermods/BME68X_v2/library.json
Will Miles 16525c2f3f usermod/BME68X_v2: Fix macro collision
Rename a macro that unfortunately collides with the ESP32 platform.
This allows re-enabling this usermod.
2025-03-28 20:15:36 -04:00

8 lines
142 B
JSON

{
"name:": "BME68X_v2",
"build": { "libArchive": false},
"dependencies": {
"boschsensortec/BSEC Software Library":"^1.8.1492"
}
}