Skip to content

Commit

Permalink
correct MOMENTUM_FACTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Asbelos committed Jul 25, 2024
1 parent 60c62f6 commit 2894a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCC.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class DCC
byte momentumA, momentumD;
byte targetSpeed; // speed set by throttle
};
static const int16_t MOMENTUM_FACTOR=8;
static const int16_t MOMENTUM_FACTOR=7;
static const byte MOMENTUM_USE_DEFAULT=255;
static byte getMomentum(LOCO * slot);

Expand Down

0 comments on commit 2894a34

Please sign in to comment.