1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

Update myAutomation.example.h

better example with power on
This commit is contained in:
Asbelos 2023-03-18 18:53:48 +00:00
parent 329dc41452
commit fe18341994

View File

@ -24,7 +24,8 @@
*/ */
// This is the startup sequence, // This is the startup sequence,
AUTOSTART AUTOSTART
POWERON // turn on track power
SENDLOCO(3,1) // send loco 3 off along route 1 SENDLOCO(3,1) // send loco 3 off along route 1
SENDLOCO(10,2) // send loco 10 off along route 2 SENDLOCO(10,2) // send loco 10 off along route 2
DONE // This just ends the startup thread, leaving 2 others running. DONE // This just ends the startup thread, leaving 2 others running.