1
0
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:
travis-farmer 2023-11-10 10:46:14 -05:00
parent 36db724466
commit 40c0c20df8
No known key found for this signature in database
GPG Key ID: 0BC296791D14CB35

View File

@ -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();