1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

correct MOMENTUM_FACTOR

This commit is contained in:
Asbelos 2024-07-25 19:45:09 +01:00
parent 60c62f6fe7
commit 2894a34591

2
DCC.h
View File

@ -109,7 +109,7 @@ public:
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);