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

do not broadcast at create slot

This commit is contained in:
Harald Barth 2022-01-01 12:08:28 +01:00
parent 582d30916e
commit a806af6f2f

View File

@ -659,7 +659,6 @@ int DCC::lookupSpeedTable(int locoId) {
speedTable[reg].speedCode=128; // default direction forward
speedTable[reg].groupFlags=0;
speedTable[reg].functions=0;
CommandDistributor::broadcastLoco(reg);
}
return reg;
}