mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Fix lowest typecast
This commit is contained in:
parent
8be8c5bc3b
commit
5a874f1201
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static uint16_t SOH = 99;
|
|||
static int16_t current = 0;
|
||||
static uint16_t pack_voltage = 2700;
|
||||
static int16_t highest_cell_temperature = 0;
|
||||
static uint16_t lowest_cell_temperature = 0;
|
||||
static int16_t lowest_cell_temperature = 0;
|
||||
static uint32_t discharge_power_w = 0;
|
||||
static uint32_t charge_power_w = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue