This commit is contained in:
richonguzman 2023-06-28 06:51:33 -04:00
parent 1346cc24cd
commit 2bdd70a71d
1 changed files with 4 additions and 4 deletions

View File

@ -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();