mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
OSD: use nice AMP symbol in post flight stats instead of ordinary "A"
This commit is contained in:
parent
55a5d70cc8
commit
00d9b0bb50
1 changed files with 1 additions and 2 deletions
|
@ -545,8 +545,7 @@ static void osdShowStats(uint16_t endBatteryVoltage)
|
|||
|
||||
if (batteryConfig()->currentMeterSource != CURRENT_METER_NONE) {
|
||||
if (osdStatGetState(OSD_STAT_MAX_CURRENT)) {
|
||||
itoa(stats.max_current, buff, 10);
|
||||
strcat(buff, "A");
|
||||
tfp_sprintf(buff, "%d%c", stats.max_current, SYM_AMP);
|
||||
osdDisplayStatisticLabel(top++, "MAX CURRENT", buff);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue