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 c44beb9 commit 324fabcCopy full SHA for 324fabc
src/components/i2c/WipperSnapper_I2C.cpp
@@ -415,6 +415,7 @@ bool WipperSnapper_Component_I2C::initI2CDevice(
415
drivers.push_back(_sen5x);
416
WS_DEBUG_PRINTLN("SEN5X Initialized Successfully!");
417
} else if ((strcmp("sht40", msgDeviceInitReq->i2c_device_name) == 0) ||
418
+ (strcmp("sht41", msgDeviceInitReq->i2c_device_name) == 0) ||
419
(strcmp("sht45", msgDeviceInitReq->i2c_device_name) == 0)) {
420
_sht4x = new WipperSnapper_I2C_Driver_SHT4X(this->_i2c, i2cAddress);
421
if (!_sht4x->begin()) {
0 commit comments