Skip to content

Commit 8f9453f

Browse files
committed
Default addresses for DPS310 + BME688
1 parent 16f9e39 commit 8f9453f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/i2c/bme688/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/5046",
55
"documentationURL": "https://learn.adafruit.com/adafruit-bme680-humidity-temperature-barometic-pressure-voc-gas",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude", "gas-resistance" ]
99
}

components/i2c/dps310/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/4494",
55
"documentationURL": "https://learn.adafruit.com/adafruit-dps310-precision-barometric-pressure-sensor",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
99
}

0 commit comments

Comments
 (0)