mirror of
https://github.com/wled/WLED.git
synced 2025-07-17 15:56:31 +00:00
Fixing Si7021_MQTT_HA
This commit is contained in:
parent
1c4141a2b1
commit
7cc5c87a52
@ -3,6 +3,7 @@
|
|||||||
"build": { "libArchive": false },
|
"build": { "libArchive": false },
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"finitespace/BME280":"3.0.0",
|
"finitespace/BME280":"3.0.0",
|
||||||
"adafruit/Adafruit Si7021 Library" : "1.5.3"
|
"adafruit/Adafruit Si7021 Library" : "1.5.3",
|
||||||
|
"SPI":""
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -49,18 +49,8 @@ SDA_PIN = 4;
|
|||||||
|
|
||||||
## Software
|
## Software
|
||||||
|
|
||||||
Add to `build_flags` in platformio.ini:
|
Add `Si7021_MQTT_HA` to custom_usermods
|
||||||
|
|
||||||
```
|
|
||||||
-D USERMOD_SI7021_MQTT_HA
|
|
||||||
```
|
|
||||||
|
|
||||||
Add to `lib_deps` in platformio.ini:
|
|
||||||
|
|
||||||
```
|
|
||||||
adafruit/Adafruit Si7021 Library @ 1.4.0
|
|
||||||
BME280@~3.0.0
|
|
||||||
```
|
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user