-
-
Notifications
You must be signed in to change notification settings - Fork 108
Cookbook startup power
Kcsmith0708 edited this page Feb 26, 2021
·
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 CommandStation-EX.ino file inside the Tab DCCWaveform.cpp
DCCWaveform::mainTrack.setPowerMode(POWERMODE::ON);