Version
0.0.20
Bug description
When enabling both tracks for MAIN and enabling auto power on, only track A turns on.
myAutomation.h contains:
AUTOSTART
POWERON
SET_TRACK(A,MAIN)
SET_TRACK(B,MAIN)
DONE
Steps to reproduce the bug
Configured Track B to be MAIN, enable auto power on option.
Expected behaviour
Should produce:
AUTOSTART
SET_TRACK(A,MAIN)
SET_TRACK(B,MAIN)
POWERON
DONE
Screenshots
No response
Additional context
No response
Version
0.0.20
Bug description
When enabling both tracks for MAIN and enabling auto power on, only track A turns on.
myAutomation.h contains:
Steps to reproduce the bug
Configured Track B to be MAIN, enable auto power on option.
Expected behaviour
Should produce:
Screenshots
No response
Additional context
No response