mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-30 11:23:53 +00:00
remove Merge duplication
This commit is contained in:
parent
e0002ef2d5
commit
52903f83e3
@ -195,10 +195,6 @@ void scanI2Cdevice()
|
|||||||
LOG_INFO("SHT31 sensor found\n");
|
LOG_INFO("SHT31 sensor found\n");
|
||||||
nodeTelemetrySensorsMap[TelemetrySensorType_SHT31] = addr;
|
nodeTelemetrySensorsMap[TelemetrySensorType_SHT31] = addr;
|
||||||
}
|
}
|
||||||
if (addr == SHT31_ADDR) {
|
|
||||||
DEBUG_MSG("SHT31 sensor found\n");
|
|
||||||
nodeTelemetrySensorsMap[TelemetrySensorType_SHT31] = addr;
|
|
||||||
}
|
|
||||||
if (addr == SHTC3_ADDR) {
|
if (addr == SHTC3_ADDR) {
|
||||||
LOG_INFO("SHTC3 sensor found\n");
|
LOG_INFO("SHTC3 sensor found\n");
|
||||||
nodeTelemetrySensorsMap[TelemetrySensorType_SHTC3] = addr;
|
nodeTelemetrySensorsMap[TelemetrySensorType_SHTC3] = addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user