-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Need these datatypes simplified to facilitate some of the data modelling in the ground station
Instead of using Command one could argue that they could always just use CommandData same for State and StateData.
Can you please simplify this code to do that?
pub enum Data {
State(StateData),
Sensor(Sensor),
Log(Log),
Command(CommandData),
}
Some small change might need to be done in the recovery board, but its just some minor syntax change
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers