1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

[sgp4x] Fix build (#9794)

This commit is contained in:
Jonathan Swoboda
2025-07-22 16:54:03 -04:00
committed by GitHub
parent cf40306297
commit e2976162b5

View File

@@ -139,7 +139,7 @@ async def to_code(config):
) )
) )
cg.add_library( cg.add_library(
None, "Sensirion Gas Index Algorithm",
None, None,
"https://github.com/Sensirion/arduino-gas-index-algorithm.git#3.2.1", "https://github.com/Sensirion/arduino-gas-index-algorithm.git#3.2.1",
) )