mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
battery current rename
This commit is contained in:
@ -72,7 +72,7 @@ void UI_DisplayWelcome(void)
|
||||
BATTERY_VoltsToPercent(g_battery_voltage_average));
|
||||
|
||||
#if 0
|
||||
sprintf(WelcomeString2, "Current %u", g_battery_current); // needs scaling into mA
|
||||
sprintf(WelcomeString2, "Current %u", g_usb_current); // needs scaling into mA
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user