ina bme update

This commit is contained in:
Ricardo Guzman (Richonguzman)
2025-12-14 05:53:43 -03:00
parent a5f9e5b844
commit c7a0e3773b
+1 -1
View File
@@ -126,7 +126,7 @@ namespace WX_Utils {
}
}
}
} else if (wxModuleAddress == 0x40) {
} else if (wxModuleAddress == 0x40 && Config.battery.useExternalI2CSensor == false) {
if(si7021.begin()) {
Serial.println("Si7021 sensor found");
wxModuleType = 4;