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
The state of an FPP state machine S is currently stored as a C++-only enum. This makes it difficult to report the current state in events and telemetry. As part of the analysis for S we could auto-generate an enum type S_State representing the state of S.
It seems we should do #617 first, and then auto-generate an enum defined inside of S.
The text was updated successfully, but these errors were encountered:
The state of an FPP state machine S is currently stored as a C++-only enum. This makes it difficult to report the current state in events and telemetry. As part of the analysis for S we could auto-generate an enum type S_State representing the state of S.
It seems we should do #617 first, and then auto-generate an enum defined inside of S.
The text was updated successfully, but these errors were encountered: