mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Changed Watt symbol in OSD
This commit is contained in:
parent
9fc1f5921b
commit
7ccf18b74a
2 changed files with 2 additions and 3 deletions
|
@ -184,7 +184,7 @@
|
|||
#define SYM_AMP 0x9A
|
||||
#define SYM_MAH 0x07
|
||||
#define SYM_WH 0xAB
|
||||
#define SYM_WATT 0x57
|
||||
#define SYM_WATT 0xAE
|
||||
|
||||
// Efficiency
|
||||
#define SYM_MAH_KM_0 157
|
||||
|
|
|
@ -1310,8 +1310,7 @@ static bool osdDrawSingleElement(uint8_t item)
|
|||
|
||||
case OSD_POWER:
|
||||
{
|
||||
// TODO: SYM_WATTS?
|
||||
buff[0] = 'W';
|
||||
buff[0] = SYM_WATT;
|
||||
osdFormatCentiNumber(buff + 1, getPower(), 0, 2, 0, 3);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue