You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes better sense to combine all power on tasks into one AUTOSTART section, and in the case of controlling track power, have it be done after track configuration.
Problem/idea statement
It makes better sense to combine all power on tasks into one AUTOSTART section, and in the case of controlling track power, have it be done after track configuration.
At the moment, the installer generates this:
`
AUTOSTART
POWERON
DONE
AUTOSTART SET_TRACK(A,MAIN) DONE
AUTOSTART SET_TRACK(B,PROG) DONE
`
Ideally it should be this:
AUTOSTART SET_TRACK(A,MAIN) SET_TRACK(B,PROG) POWERON DONE
Alternatives or workarounds
Manually update myAutomation.h is the only option here.
Additional context
No response
The text was updated successfully, but these errors were encountered: