Skip to content

Commit

Permalink
2.9.1 Part II
Browse files Browse the repository at this point in the history
  • Loading branch information
Trusty77 committed Jan 31, 2025
1 parent 9b667ea commit e6b8c23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CommandStation-EX-LaBox.ino
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,12 @@ void setup() {
else {
DIAG(F("LaBox Main mode."));
TrackManager::Setup(LABOX_MAIN_MOTOR_SHIELD);
}

#ifdef ENABLE_RAILCOM
RailcomBegin();
// Only use Railcom in LaBox Main mode.
RailcomBegin();
#endif
}

// Responsibility 3: Start the DCC engine.
DCC::begin();
Expand Down

0 comments on commit e6b8c23

Please sign in to comment.