Revert "Add Sensirion SHT4X sensors (#3792)" (#3845)

This reverts commit 5371f134ba.
This commit is contained in:
Ben Meadors
2024-05-09 21:25:36 -05:00
committed by GitHub
parent 0c89aff0f6
commit 5d9800b7c2
8 changed files with 4 additions and 110 deletions

View File

@@ -541,7 +541,6 @@ void setup()
SCANNER_TO_SENSORS_MAP(ScanI2C::DeviceType::QMC5883L, meshtastic_TelemetrySensorType_QMC5883L)
SCANNER_TO_SENSORS_MAP(ScanI2C::DeviceType::PMSA0031, meshtastic_TelemetrySensorType_PMSA003I)
SCANNER_TO_SENSORS_MAP(ScanI2C::DeviceType::RCWL9620, meshtastic_TelemetrySensorType_RCWL9620)
SCANNER_TO_SENSORS_MAP(ScanI2C::DeviceType::SHT4X, meshtastic_TelemetrySensorType_SHT4X)
i2cScanner.reset();
@@ -1033,4 +1032,4 @@ void loop()
mainDelay.delay(delayMsec);
}
// if (didWake) LOG_DEBUG("wake!\n");
}
}