0x00 is reserved for string null byte termination, move the voltage symbol to 0x06

This commit is contained in:
nathan 2016-07-01 01:30:04 -07:00
parent 830e839aa2
commit d74214e75a
1 changed files with 1 additions and 1 deletions

View File

@ -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