Emily

Results 14 comments of Emily

Doing some testing, probably could do this cleaner: `src/detect/ScanI2CTwoWire.cpp` Added: ``` bool trySHTXXReadSensorData(uint8_t i2cAddr, uint8_t cmdMsb, uint8_t cmdLsb, int delayMs) { LOG_DEBUG("Trying to auto detect if a SHT3x or SHT4x...

SHT3x came in, hopefully get it tested over the next few days. Not sure if this code is good enough for a PR or needs some TLC

> Are these checking for serial numbers? I don't understand what the switch statement is using to determine which sensor it is. From what I have read, checking for the...

Just a heads up, finally got a SHT3x and code still isn't detecting it correctly, so still some work to be done. Haven't given up, but may a couple weeks...