mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
move the mah symbol to an nvram slot before the logo
This commit is contained in:
parent
e0c381c6fe
commit
2f18f0b8fb
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
|||
// Voltage and amperage
|
||||
#define SYM_VOLT 0x06
|
||||
#define SYM_AMP 0x9A
|
||||
#define SYM_MAH 0xA4
|
||||
#define SYM_MAH 0x07
|
||||
#define SYM_WATT 0x57
|
||||
|
||||
// Flying Mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue