Fix wrong type for voc_state*_ in sgp4x component (#3581)

Co-authored-by: Martin <25747549+martgras@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
kahrendt
2022-06-19 19:27:00 -04:00
committed by GitHub
parent fe05d7aec1
commit 8110e591d0
4 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -140,5 +140,7 @@ async def to_code(config):
)
)
cg.add_library(
None, None, "https://github.com/Sensirion/arduino-gas-index-algorithm.git"
None,
None,
"https://github.com/Sensirion/arduino-gas-index-algorithm.git#3.2.1",
)