OpenAstroTech / OpenAstroTracker-Firmware

Official firmware for the OpenAstroTracker.
https://wiki.openastrotech.com
MIT License
91 stars 65 forks source link

LCD menu updates (RA-DEC homing) and stop parking on setting home position via the LCD #234

Closed Trigger-broom-289 closed 1 year ago

Trigger-broom-289 commented 1 year ago

I've added RA and DEC homing to the LCD menu and disabled the auto tracking when setting up the home position (LCD).

openastrotech-bot commented 1 year ago

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
Trigger-broom-289 commented 1 year ago

Something did not work, will try again...