Skip to content

Commit

Permalink
reduce motor current: D-->25amps, S-->30amps
Browse files Browse the repository at this point in the history
  • Loading branch information
stancecoke committed May 22, 2024
1 parent af3c87a commit c637dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Inc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@

// motor current limits for invividual modes in mA, see default settings at https://max.cfw.sh/#
#define PH_CURRENT_MAX_ECO 300
#define PH_CURRENT_MAX_NORMAL 900
#define PH_CURRENT_MAX_SPORT 1200
#define PH_CURRENT_MAX_NORMAL 660
#define PH_CURRENT_MAX_SPORT 790

// speed limits for invividual modes in kph
#define SPEEDLIMIT_ECO 7
Expand Down

0 comments on commit c637dd6

Please sign in to comment.