1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Start motordriver as soon as possible but without waveform

This commit is contained in:
Harald Barth
2023-06-22 22:57:59 +02:00
parent 0d679ad993
commit db555e8820
6 changed files with 12 additions and 11 deletions

View File

@@ -134,7 +134,7 @@ void TrackManager::Setup(const FSH * shieldname,
}
}
}
DCC::begin(shieldname);
DCC::setShieldName(shieldname);
}
void TrackManager::addTrack(byte t, MotorDriver* driver) {