Skip to content

Commit

Permalink
Merge pull request #981 from sharkcow/profile0_PR
Browse files Browse the repository at this point in the history
VWEUP: rework climate contol, add charge control
  • Loading branch information
dexterbg committed Mar 17, 2024
2 parents 9453ac9 + da971da commit 562479e
Show file tree
Hide file tree
Showing 7 changed files with 1,395 additions and 1,087 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ void OvmsServerV2::TransmitMsgStat(bool always)
<< ","
<< StandardMetrics.ms_v_bat_voltage->AsFloat()
<< ","
<< StandardMetrics.ms_v_bat_soh->AsInt()
<< StandardMetrics.ms_v_bat_soh->AsFloat()
<< ","
<< StandardMetrics.ms_v_charge_power->AsFloat()
<< ","
Expand Down

0 comments on commit 562479e

Please sign in to comment.