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.9 Updates #252

Merged
merged 17 commits into from
Sep 26, 2024
Merged

V1.13.9 Updates #252

merged 17 commits into from
Sep 26, 2024

Conversation

ClutchplateDude
Copy link
Member

  • Added guide logging support.
  • Fixed some Meade documentation errors.
  • Adjusted DEC limits for OAM to 135 degrees.
  • Reverted OLED library for InfoDisplay back to forked version so it compiles correctly.

ClutchplateDude and others added 13 commits September 8, 2024 20:59
- Changed some logging to aid guide debugging
- Changed OAM DEC limit defaults to 160deg (from 100deg).
- Fixed some Meade documentation
- Reverted back to forked InfoDisplay library.
Set DEC limits to 135
- Added guide logging support.
- Fixed some Meade documentation errors.
- Adjusted DEC limits for OAM to 135 degrees.
- Reverted OLED library for InfoDisplay back to forked version so it compiles correctly.
@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

@andre-stefanov andre-stefanov merged commit 400a3cc into develop Sep 26, 2024
8 checks passed
@andre-stefanov andre-stefanov deleted the guide-logging branch September 26, 2024 11:07
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.

3 participants