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 1de2e9a commit 31c6709Copy full SHA for 31c6709
SHTSensor.cpp
@@ -312,7 +312,7 @@ bool SHTSensor::init()
312
i < sizeof(AUTO_DETECT_SENSORS) / sizeof(AUTO_DETECT_SENSORS[0]);
313
++i) {
314
mSensorType = AUTO_DETECT_SENSORS[i];
315
- delay(40);
+ delay(40); // TODO: this was necessary to make SHT4x autodetect work; revisit to find root cause
316
if (init()) {
317
detected = true;
318
break;
0 commit comments