We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4141a commit 7cc5c87Copy full SHA for 7cc5c87
usermods/Si7021_MQTT_HA/library.json
@@ -3,6 +3,7 @@
3
"build": { "libArchive": false },
4
"dependencies": {
5
"finitespace/BME280":"3.0.0",
6
- "adafruit/Adafruit Si7021 Library" : "1.5.3"
+ "adafruit/Adafruit Si7021 Library" : "1.5.3",
7
+ "SPI":""
8
}
9
usermods/Si7021_MQTT_HA/readme.md
@@ -49,18 +49,8 @@ SDA_PIN = 4;
49
50
## Software
51
52
-Add to `build_flags` in platformio.ini:
+Add `Si7021_MQTT_HA` to custom_usermods
53
54
-```
55
- -D USERMOD_SI7021_MQTT_HA
56
57
-
58
-Add to `lib_deps` in platformio.ini:
59
60
61
- adafruit/Adafruit Si7021 Library @ 1.4.0
62
- BME280@~3.0.0
63
64
65
# Credits
66
0 commit comments