mirror of
https://github.com/wled/WLED.git
synced 2025-07-18 16:26:32 +00:00
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:
parent
a8dd2435ec
commit
849d5e6667
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "BH1750_v2",
|
||||
"build": { "libArchive": false },
|
||||
"build": { "libArchive": false },
|
||||
"dependencies": {
|
||||
"claws/BH1750":"^1.2.0"
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "BME68X",
|
||||
"build": { "libArchive": false },
|
||||
"dependencies": {
|
||||
"boschsensortec/BSEC Software Library":"^1.8.1492"
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"name": "EXAMPLE",
|
||||
"build": { "libArchive": false },
|
||||
"dependencies": {}
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "INA226_v2",
|
||||
"build": { "libArchive": false },
|
||||
"dependencies": {
|
||||
"wollewald/INA226_WE":"~1.2.9"
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "usermod_v2_RF433",
|
||||
"build": { "libArchive": false },
|
||||
"dependencies": {
|
||||
"sui77/rc-switch":"2.6.4"
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"name": "brightness_follow_sun"
|
||||
"name": "brightness_follow_sun",
|
||||
"build": { "libArchive": false }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user