fix signedness of min/max pack temp
should fix max temp always being -32678, whoops
This commit is contained in:
parent
96b8e12f9a
commit
e5739bc2d4
@ -18,8 +18,8 @@ extern struct {
|
||||
float soc;
|
||||
uint16_t min_voltage;
|
||||
uint16_t max_voltage;
|
||||
uint16_t min_temp;
|
||||
uint16_t max_temp;
|
||||
int16_t min_temp;
|
||||
int16_t max_temp;
|
||||
} pack;
|
||||
struct {
|
||||
BMS_Chip * chip;
|
||||
|
Loading…
x
Reference in New Issue
Block a user