Skip to content
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

V1.13.6 - Autohoming Updates #247

Merged
merged 2 commits into from
Jun 9, 2024
Merged

V1.13.6 - Autohoming Updates #247

merged 2 commits into from
Jun 9, 2024

Conversation

ClutchplateDude
Copy link
Member

  • Added ability to query homing status during autohoming (:XGAH#)
  • Fixed a bug in autohoming that would make it fail if it did not pass over the sensor during the initial 30 degree search
  • Added debounce function to detection of sensor state changes. There were single false sensor trigger spikes that incorrectly detected sensor transitions.

- Added ability to query homing status during autohoming (:XGAH#)
- Fixed a bug in autohoming that would make it fail if it did not pass over the sensor during the initial 30 degree search
- Added debounce function to detection of sensor state changes. There were single false sensor trigger spikes that incorrectly detected sensor transitions.
@openastrotech-bot
Copy link
Contributor

Looks like your PR has code that needs to be changed in order to meet our coding standards!
Here are your options:

  1. Apply the patch that was generated by the job
    1. Click details under the failing clang-format check
    2. Click the Artifacts dropdown in the top right
    3. Download + unzip the clang-format-diff.patch file into the OpenAstroTracker-Firmware repo
    4. Run git apply clang-format-diff.patch to make the changes
    5. Commit and push up the formatted code
  2. Run clang-format locally
    1. Run the command bash -c 'shopt -s nullglob globstar;GLOBIGNORE=./src/libs/TimerInterrupt/*; for i in ./{.,src/**,unit_tests,boards/**}/*.{c,cpp,h,hpp}; do clang-format -i $i; done'
    2. Commit and push up the formatted code

@ClutchplateDude ClutchplateDude enabled auto-merge (squash) June 9, 2024 16:23
@ClutchplateDude ClutchplateDude disabled auto-merge June 9, 2024 16:23
@ClutchplateDude ClutchplateDude merged commit f0061c8 into develop Jun 9, 2024
8 checks passed
@ClutchplateDude ClutchplateDude deleted the auto-homing-fix branch June 9, 2024 16:23
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.

2 participants