diff --git a/myAutomation.example.h b/myAutomation.example.h index e080f2f..8338452 100644 --- a/myAutomation.example.h +++ b/myAutomation.example.h @@ -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.