diff --git a/WiThrottle.cpp b/WiThrottle.cpp index a7b94b0..6d2eb19 100644 --- a/WiThrottle.cpp +++ b/WiThrottle.cpp @@ -651,8 +651,9 @@ void WiThrottle::getLocoCallback(int16_t locoid) { itoa(locoid,addcmd+4,10); stashInstance->multithrottle(stashStream, (byte *)addcmd); TrackManager::setMainPower(POWERMODE::ON); + TrackManager::setProgPower(POWERMODE::ON); TrackManager::setJoin(true); // <1 JOIN> so we can drive loco away - //DIAG(F("LocoCallback commit success")); + DIAG(F("LocoCallback commit success")); stashStream->commit(); CommandDistributor::broadcastPower();