-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cap, Touch Bar, & Control Updates #18
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just confused about packet 221,222; Also gotta update the naming
electron/packetDefs.js
Outdated
221: [ | ||
['capVal', asFloat], | ||
['capValFiltered', asFloat], | ||
['capTemperature', asFloat], | ||
], | ||
222: [ | ||
['capVal', asFloat], | ||
['capValFiltered', asFloat], | ||
['capTemperature', asFloat], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are there two different packets here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, @xy3710’s doing
telemetry/src/Control.js
Outdated
<Grid item={1} xs={3} className={classes.item}> | ||
<Grid container spacing={1} direction='column'> | ||
<Grid item> | ||
<ButtonGroup | ||
open={comms.activateLoxTankMidHtr} | ||
close={comms.deactivateLoxTankMidHtr} | ||
text='Main Valve Vent' | ||
/> | ||
</Grid> | ||
<Grid item> | ||
<ButtonGroup | ||
open={comms.activateLoxTankBottomHtr} | ||
close={comms.deactivateLoxTankBottomHtr} | ||
text='RQD' | ||
/> | ||
</Grid> | ||
</Grid> | ||
</Grid> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotta update the naming
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, aware of that - making a quick n dirty fix while at RFS. Wanted to still get what we used merged into main, and will make a new branch with updated backend
Cap changes:
TouchBar
Control
**still need to update backend naming conventions/telemetry for Main Valve Vent & RQD, currently just on LOX tank heater channels