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:
parent
329dc41452
commit
fe18341994
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user