Skip to content

Preflight check#177

Merged
vp13t merged 6 commits intomainfrom
preflight_check
Mar 9, 2026
Merged

Preflight check#177
vp13t merged 6 commits intomainfrom
preflight_check

Conversation

@vp13t
Copy link
Contributor

@vp13t vp13t commented Feb 22, 2026

Prevent firmware start without being in safety mode. Prevent leaving safety mode without wheel and shooter being zerod.

@vp13t vp13t requested a review from roccoagain February 22, 2026 00:50
@vp13t vp13t linked an issue Feb 22, 2026 that may be closed by this pull request
@github-actions
Copy link

Doxygen warnings output: (if empty, there are no warnings). Please correct any warnings before merging.

  

@roccoagain roccoagain requested a review from ericv555 February 25, 2026 01:48
src/main.cpp Outdated
}
}
if (requested_mode != mode) {
Serial.printf("Switching mode from %d to %d\n", mode, requested_mode);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be great if this printed "hive, safety, teensy" instead of 0,1,2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

Copy link
Collaborator

@ericv555 ericv555 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@vp13t vp13t merged commit 9aee132 into main Mar 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pre-flight check for ET16S dials.

2 participants