1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

Remove unnecessary delay

Now handled by the BASELINE setup
This commit is contained in:
Asbelos 2020-09-08 22:31:21 +01:00
parent 65697edb22
commit 6bfa315443

View File

@ -112,7 +112,6 @@ void DCCWaveform::setPowerMode(POWERMODE mode) {
powerMode = mode;
bool ison = (mode == POWERMODE::ON);
motorDriver->setPower( ison);
if (mode == POWERMODE::ON) delay(200);
}