From 3666de2d552d71e906c25823917460a7b7c2db31 Mon Sep 17 00:00:00 2001 From: Darsey Litzenberger Date: Thu, 20 Nov 2025 23:45:11 -0700 Subject: [PATCH] See if anything happens when we make a different instance --- components/axp2101/axp2101.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/axp2101/axp2101.cpp b/components/axp2101/axp2101.cpp index fed321e..25772e4 100644 --- a/components/axp2101/axp2101.cpp +++ b/components/axp2101/axp2101.cpp @@ -19,7 +19,8 @@ #endif bool pmu_flag = 0; -XPowersPMU PMU; +//XPowersPMU PMU; +XPowersPMU PMUxx; //const uint8_t i2c_sda = CONFIG_PMU_SDA; //const uint8_t i2c_scl = CONFIG_PMU_SCL;