[Webserver:Sensor]: Prevent users from using same I2C address twice (with two different sensors) #56
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
question
v0.1.x
v0.2.x
v0.3.x
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DeltaLima/CanGrow#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes sensors share the same addresses, like BME280 and BME680 can use both,
0x77or0x76.At the moment (v0.2) it is possible to use for example
0x76twice, once with BME280 and onces with BME680.