mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-19 15:36:03 +01:00
Post tests - PASSED
This commit is contained in:
parent
36db724466
commit
40c0c20df8
@ -72,11 +72,8 @@ class TrackManager {
|
||||
static void setJoinPower(POWERMODE mode) {setPower2(false,true,mode);}
|
||||
static void setTrackPower(bool setProg, bool setJoin, POWERMODE mode, byte thistrack);
|
||||
|
||||
#if defined(ARDUINO_GIGA) // yes giga
|
||||
static const int16_t MAX_TRACKS=4;
|
||||
#else // no giga
|
||||
|
||||
static const int16_t MAX_TRACKS=8;
|
||||
#endif // giga
|
||||
static bool setTrackMode(byte track, TRACK_MODE mode, int16_t DCaddr=0);
|
||||
static bool parseJ(Print * stream, int16_t params, int16_t p[]);
|
||||
static void loop();
|
||||
|
Loading…
Reference in New Issue
Block a user