mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: change battery powered from 111 to 101
https://github.com/meshtastic/firmware/issues/2392
This commit is contained in:
parent
6ba95c87ef
commit
ca7e459dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ class UsersFragment : ScreenFragment("Users"), Logging {
|
|||
R.drawable.ic_battery_full_24,
|
||||
String.format("%d%% %.2fV", battery, voltage ?: 0)
|
||||
)
|
||||
111 -> Pair(R.drawable.ic_power_plug_24, "")
|
||||
101 -> Pair(R.drawable.ic_power_plug_24, "")
|
||||
else -> Pair(R.drawable.ic_battery_full_24, "?")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue