We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe43d5a commit 871ce8eCopy full SHA for 871ce8e
src/components/i2c/controller.cpp
@@ -1058,7 +1058,8 @@ bool I2cController::Handle_I2cDeviceAddOrReplace(pb_istream_t *stream) {
1058
return true;
1059
}
1060
WS_DEBUG_PRINTLN("Attempting to autoconfig device found in scan...");
1061
- if (device_descriptor.i2c_device_address == 0x68 ||
+ if (device_descriptor.i2c_device_address == 0x51 ||
1062
+ device_descriptor.i2c_device_address == 0x68 ||
1063
device_descriptor.i2c_device_address == 0x70) {
1064
WS_DEBUG_PRINTLN("[i2c] Device address is shared with RTC/MUX, can not "
1065
"auto-init, skipping!");
0 commit comments