Skip to content

Commit

Permalink
2.9.0 III
Browse files Browse the repository at this point in the history
  • Loading branch information
Trusty77 committed Nov 16, 2024
1 parent c249637 commit 5320c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menuDcDccMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ int menuDcDccMode::eventSelect()
{
Serial.print("Move to ");
Serial.println(wantedPowerMode == TRACK_MODE_DC ? "DcMode":"DccMode");
TrackManager::setMainPower(POWERMODE::OFF);
TrackManager::setTrackMode(0, wantedPowerMode, DC_MODE_ADDRESS);
//TrackManager::setMainPower(POWERMODE::OFF);
//TrackManager::setTrackMode(0, wantedPowerMode, DC_MODE_ADDRESS);
dcDccState = wantedPowerMode == TRACK_MODE_DC ? DcMode:DccMode;
}
ret = MENUEXIT;
Expand Down

0 comments on commit 5320c53

Please sign in to comment.