Skip to content

Commit

Permalink
Fix Param id duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmaguire committed Sep 27, 2023
1 parent 5d384e1 commit 1276e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions include/param_prj.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
VALUE_ENTRY(Hour, "H", 2065 ) \
VALUE_ENTRY(Min, "M", 2066 ) \
VALUE_ENTRY(Sec, "S", 2067 ) \
VALUE_ENTRY(ChgT, "M", 2084 ) \
VALUE_ENTRY(ChgT, "M", 2090 ) \
VALUE_ENTRY(HeatReq, ONOFF, 2069 ) \
VALUE_ENTRY(U12V, "V", 2070 ) \
VALUE_ENTRY(I12V, "A", 2083 ) \
Expand All @@ -190,7 +190,7 @@
VALUE_ENTRY(cpuload, "%", 2063 ) \


//Next value Id: 2090
//Next value Id: 2091



Expand Down
4 changes: 0 additions & 4 deletions src/outlanderCharger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ bool outlanderCharger::ControlCharge(bool RunCh, bool ACReq)
return false;
}





}


Expand Down

0 comments on commit 1276e19

Please sign in to comment.