From c7a0e3773b3564fec8234bdc2039f62f67a5cc1d Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Sun, 14 Dec 2025 05:53:43 -0300 Subject: [PATCH] ina bme update --- src/wx_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx_utils.cpp b/src/wx_utils.cpp index 5e37cf5..27d7b59 100644 --- a/src/wx_utils.cpp +++ b/src/wx_utils.cpp @@ -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;