mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
0x00 is reserved for string null byte termination, move the voltage symbol to 0x06
This commit is contained in:
parent
830e839aa2
commit
d74214e75a
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
|||
#define SYM_FT 0x0F
|
||||
|
||||
// Voltage and amperage
|
||||
#define SYM_VOLT 0x00
|
||||
#define SYM_VOLT 0x06
|
||||
#define SYM_AMP 0x9A
|
||||
#define SYM_MAH 0xA4
|
||||
#define SYM_WATT 0x57
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue