Skip to content

Conversation

@ClutchplateDude
Copy link
Member

@ClutchplateDude ClutchplateDude commented Jan 13, 2026

  • Merged oae-fw branch so that all mounts are in main branch (develop) now.
  • Added more output to the InfoDisplay during boot and fixed a bug in console mode.
  • Fixed a bug that was causing the firmware to hang after a slew, if a :Q# command was issued (thanks to user c3n for tracking it down, pun intended).

intercipere and others added 18 commits June 3, 2025 09:09
- OAE support
- AZ/ALT debug output
- Stop button now stop all motors (incl. AZ and ALT)
- Store AZ/ALT steps per degree and allow them to be set from Meade

# Conflicts:
#	src/b_setup.hpp
- fix values and calculations for OAE ALT/AZ motion
- Added more output to the InfoDisplay during boot and fixed a bug in console mode.
- Fixed a bug that was causing the firmware to hang after a slew, if a :Q# command was issued (thanks to user c3n for tracking it down, pun intended).
@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 changed the title V1.13.17 - Updates V1.13.18 - Updates Jan 13, 2026
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.

5 participants