mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 05:04:37 -04:00
refactor: change battery powered from 111 to 101
https://github.com/meshtastic/firmware/issues/2392
This commit is contained in:
@@ -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, "?")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user