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