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
1 changed files with 2 additions and 1 deletions

View File

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