Skip to content

Bug Report: Configuring TrackManager with auto power on only turns on track A power #207

@peteGSX

Description

@peteGSX

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working as designedEX-InstallerItem relates to EX-Installer

    Type

    No type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions