-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The BoardState timedOut is missing.
NamedEnum(BoardState, uint8_t, unknown, flashing, flashFailed, resetting, running, timedOut);
dsf-python/src/dsf/object_model/boards/boards.py
Lines 16 to 34 in a9e0de4
| 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" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels