Skip to content

[bug] BoardState.timedOut missing #22

@timschneider

Description

@timschneider

The BoardState timedOut is missing.

https://github.com/Duet3D/RepRapFirmware/blob/a04aa3747624eb171368115ffad729d6236a0cdb/src/CAN/ExpansionManager.h#L22

NamedEnum(BoardState, uint8_t, unknown, flashing, flashFailed, resetting, running, timedOut);

class BoardState(str, Enum):
"""
Enumeration of possible expansion board states
"""
# Unknown state
unknown = "unknown"
# Flashing new firmware
flashing = "flashing"
# Failed to flash new firmware
flashFailed = "flashFailed"
# Board is being reset
resetting = "resetting"
# Board is up and running
running = "running"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions