Add battery voltage reading to web UI #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Self explanatory, maybe controlled by an "advanced" toggle.
Looks like charging the battery instantly makes the MCU think that the battery is full due to the VBAT being bumped up during charging. This should not be taken into account.
Looks like this particular MCU doesn't have any kind of battery gauge at all, neither does the charging IC itself, in addition to that, disabling charging won't work - it's not wired up at all, we can just switch between low/high current (50/100mA).
Fixed in
c325336508