Skip to content

Commit a68913f

Browse files
committed
Use SEN55 as auto default instead of SEN50
1 parent c6e8722 commit a68913f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
454454
{0x61, {"scd30"}},
455455
{0x62, {"scd40"}},
456456
{0x68, {"mcp3421"}},
457-
{0x69, {"sen50"}},
457+
{0x69, {"sen55"}},
458458
{0x6B, {"sen66"}},
459459
{0x70, {"pct2075", "shtc3"}},
460460
{0x71, {"pct2075"}},

0 commit comments

Comments
 (0)