Skip to content

Commit 09a925b

Browse files
committed
Add SEN66 auto detection addresses
1 parent 922653c commit 09a925b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/i2c/controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
448448
{0x62, {"scd40"}},
449449
{0x68, {"mcp3421"}},
450450
{0x69, {"sen50"}},
451+
{0x6B, {"sen66"}},
451452
{0x70, {"pct2075", "shtc3"}},
452453
{0x71, {"pct2075"}},
453454
{0x72, {"pct2075"}},

0 commit comments

Comments
 (0)