mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
Fix compilation error in Chademo
This commit is contained in:
parent
ed87d82a63
commit
155b036ada
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void update_values_chademo_battery()
|
|||
|
||||
SOC = ChargingRate;
|
||||
|
||||
max_target_discharge_power = (MaximumDischargeCurrent*MaximumBatteryVoltage) //In Watts, Convert A to P
|
||||
max_target_discharge_power = (MaximumDischargeCurrent*MaximumBatteryVoltage); //In Watts, Convert A to P
|
||||
|
||||
battery_voltage = TargetBatteryVoltage; //Todo, scaling?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue