diff --git a/DCC.h b/DCC.h index e5a2f6cf..fadce8da 100644 --- a/DCC.h +++ b/DCC.h @@ -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);