Skip to content

Commit 4db30d2

Browse files
committed
nicla-system: Add note about issue with charging.
1 parent b2311dc commit 4db30d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Nicla_System/src/BQ25120A.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void BQ25120A::setHighImpedanceModeEnabled(bool enabled) {
6363
if(enabled){
6464
cd = 0;
6565
} else {
66-
cd = 1;
66+
cd = 1; // TODO: Don't enable High-Z mode if the battery is charging.
6767
delayMicroseconds(64); // Give some time to the BQ25120A to wake up
6868
}
6969
}

0 commit comments

Comments
 (0)