mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-19 23:46:02 +01:00
correct MOMENTUM_FACTOR
This commit is contained in:
parent
60c62f6fe7
commit
2894a34591
2
DCC.h
2
DCC.h
@ -109,7 +109,7 @@ public:
|
|||||||
byte momentumA, momentumD;
|
byte momentumA, momentumD;
|
||||||
byte targetSpeed; // speed set by throttle
|
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 const byte MOMENTUM_USE_DEFAULT=255;
|
||||||
static byte getMomentum(LOCO * slot);
|
static byte getMomentum(LOCO * slot);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user