mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #66] Charging display bug #18
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @Cyber-Thibaut on GitHub (Oct 28, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/66
Describe the bug
During loading two bugs appear. The first one happens when we connect the calculator to a power source. When we go to the settings then "About" when charging on the line "Battery", we see displayed 4.5VV.
The other bug happens at the end of the charge, the LED changes color but the battery icon does not indicate that the charge is complete.
To Reproduce
Expected behavior
Normally, in the settings we should have the second decimal and for the icon, we should have a change of icon
Desktop :
@FaustinM commented on GitHub (Oct 28, 2021):
The second decimal has been removed due to the lack of precision
@lolocomotive commented on GitHub (Nov 16, 2021):
The second decimal is there only if it is not 0, so for example it shows 4.1VV but it shows 4.11V. The two solutions would either be to force the 0 to show or to fix the bug correctly
@Cyber-Thibaut commented on GitHub (Dec 8, 2021):
New bug when loading, it seems to me to be longer with the update to Upsilon
@Yaya-Cout commented on GitHub (Feb 27, 2022):
This bug isn't fixed ?