Skip to content

Commit

Permalink
increase max regen limits
Browse files Browse the repository at this point in the history
Outlander rear motor works really well with -35% max regen.
  • Loading branch information
SomersetEV committed Dec 4, 2024
1 parent 0850627 commit ef6ad0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/param_prj.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
PARAM_ENTRY(CAT_THROTTLE, pot2max, "dig", 0, 4095, 4095, 10 ) \
PARAM_ENTRY(CAT_THROTTLE, regenrpm, "rpm", 100, 10000, 1500, 60 ) \
PARAM_ENTRY(CAT_THROTTLE, regenendrpm,"rpm", 100, 10000, 100, 126 ) \
PARAM_ENTRY(CAT_THROTTLE, regenmax, "%", -30, 0, -10, 61 ) \
PARAM_ENTRY(CAT_THROTTLE, regenBrake, "%", -30, 0, -10, 122 ) \
PARAM_ENTRY(CAT_THROTTLE, regenmax, "%", -35, 0, -10, 61 ) \
PARAM_ENTRY(CAT_THROTTLE, regenBrake, "%", -35, 0, -10, 122 ) \
PARAM_ENTRY(CAT_THROTTLE, regenramp, "%/10ms", 0.1, 100, 1, 68 ) \
PARAM_ENTRY(CAT_THROTTLE, potmode, POTMODES, 0, 1, 0, 11 ) \
PARAM_ENTRY(CAT_THROTTLE, dirmode, DIRMODES, 0, 4, 1, 12 ) \
Expand Down

0 comments on commit ef6ad0a

Please sign in to comment.