Skip to content

Cookbook startup power

Asbelos edited this page Sep 23, 2020 · 4 revisions

By default, the Command station starts up with the PROG and MAIN power switched off. In general the PROG power can be ignored because it will auto power-on if a programming command is sent.

You can change the start-up power setting by adding the following line of code AFTER the DCC::begin() call in your .ino file.

   DCCWaveform::mainTrack.setPowerMode(POWERMODE::ON);

Clone this wiki locally