Add libArchive to other usermods

Not all of them were removed by the reverted commit; re-do the
rest of them.
This commit is contained in:
Will Miles 2025-05-06 22:37:57 -04:00
parent a8dd2435ec
commit 849d5e6667
6 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{ {
"name": "BME68X", "name": "BME68X",
"build": { "libArchive": false },
"dependencies": { "dependencies": {
"boschsensortec/BSEC Software Library":"^1.8.1492" "boschsensortec/BSEC Software Library":"^1.8.1492"
} }

View File

@ -1,4 +1,5 @@
{ {
"name": "EXAMPLE", "name": "EXAMPLE",
"build": { "libArchive": false },
"dependencies": {} "dependencies": {}
} }

View File

@ -1,5 +1,6 @@
{ {
"name": "INA226_v2", "name": "INA226_v2",
"build": { "libArchive": false },
"dependencies": { "dependencies": {
"wollewald/INA226_WE":"~1.2.9" "wollewald/INA226_WE":"~1.2.9"
} }

View File

@ -1,5 +1,6 @@
{ {
"name": "usermod_v2_RF433", "name": "usermod_v2_RF433",
"build": { "libArchive": false },
"dependencies": { "dependencies": {
"sui77/rc-switch":"2.6.4" "sui77/rc-switch":"2.6.4"
} }

View File

@ -1,3 +1,4 @@
{ {
"name": "brightness_follow_sun" "name": "brightness_follow_sun",
"build": { "libArchive": false }
} }