-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(hepa-uv): Add the initial project for the HEPA/UV module #740
Conversation
vegano1
commented
Jan 9, 2024
•
edited
Loading
edited
- Add the initial HEPA/UV project
- scheduler is running and the status LED is blinking
- add hepa-uv Nodeid in conjunction with this monorepo pr.
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.
Excellent start, but I think we need to go through and make sure there's no copy/paste artifacts remaining, especially hardware configuration stuff. Anything that's in here is a vector for surprising crashes, so it's best to remove all the stuff that we're not going to test in the first pass and reintroduce it later.
fix node_id for the bootloader change old hepa_filter name to hepa_uv
remove copy/paste fragments fix simulator and tests remove i2c/spi/eeprom related files
add hepaa_uv.yaml for ci
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.
Couple things I think we can remove because they're not needed and one I think inadvertent inclusion, but looking good!
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 to me, nice!