mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Increase datatypes for W over 60kW
This commit is contained in:
parent
3e641b7ab7
commit
6c1777550d
29 changed files with 203 additions and 189 deletions
|
@ -44,9 +44,9 @@ extern const char* version_number; // The current software version, used for mq
|
|||
|
||||
extern int16_t system_temperature_min_dC; //C+1, -50.0 - 50.0
|
||||
extern int16_t system_temperature_max_dC; //C+1, -50.0 - 50.0
|
||||
extern int16_t system_active_power_W; //W, -32000 to 32000
|
||||
extern int32_t system_active_power_W; //W, -200000 to 200000
|
||||
extern int16_t system_battery_current_dA; //A+1, -1000 - 1000
|
||||
extern uint16_t system_battery_voltage_dV; //V+1, 0-500.0 (0-5000)
|
||||
extern uint16_t system_battery_voltage_dV; //V+1, 0-1000.0 (0-10000)
|
||||
extern uint16_t system_scaled_SOC_pptt; //SOC%, 0-100.00 (0-10000)
|
||||
extern uint16_t system_real_SOC_pptt; //SOC%, 0-100.00 (0-10000)
|
||||
extern uint16_t system_SOH_pptt; //SOH%, 0-100.00 (0-10000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue