ACS Controller Init #275
No reviewers
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#275
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mueller/acs-ctrl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add ACS controller stub and possibly the first sensor sets so HK can be requested from the satellite without sending 10+ commands
WIP: ACS Controller Initto ACS Controller Init@ -0,0 +21,4 @@
};
static constexpr uint8_t MGM_SET_ENTRIES = 10;
I count only 6 entries in the MGM set. Is there a reason why this is set to 10?
Sometimes, some entries are added later, and the additional space for entries does not cost much. I actually got an error when this was set to 5 previously, so I left some room for more entries.