This commit is contained in:
richonguzman 2023-07-10 19:22:11 -04:00
parent 42e2326282
commit ee28049ade
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ void PowerManagement::setup() {
activateMeasurement();
PMU.setChargeTargetVoltage(XPOWERS_AXP2101_CHG_VOL_4V2);
PMU.setChargerConstantCurr(XPOWERS_AXP2101_CHG_CUR_500MA);
PMU.setSysPowerDownVoltage(2600); // to maximize battery utilization
PMU.setSysPowerDownVoltage(2600);
#endif
}