From 2bdd70a71d846cb4f217c285abd2557402787947 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 28 Jun 2023 06:51:33 -0400 Subject: [PATCH] 1.1.1 --- src/power_utils.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/power_utils.cpp b/src/power_utils.cpp index cf0a44c..ecc7194 100644 --- a/src/power_utils.cpp +++ b/src/power_utils.cpp @@ -21,18 +21,18 @@ bool PowerManagement::begin(TwoWire &port) { PMU.setDC1Voltage(3300); PMU.enableDC1(); - PMU.setDC2Voltage(1000); + PMU.setDC2Voltage(1000); //this is something I saw on meshtastic or elsewhere PMU.enableDC2(); - PMU.setDC3Voltage(3300); + PMU.setDC3Voltage(3300); //this is something I saw on meshtastic or elsewhere PMU.enableDC3(); - PMU.setDC4Voltage(1000); + PMU.setDC4Voltage(1000); //this is something I saw on meshtastic or elsewhere PMU.enableDC4(); - PMU.setDC5Voltage(3300); + PMU.setDC5Voltage(3300); //this is something I saw on meshtastic or elsewhere PMU.enableDC5();