OpenAstroTracker-Firmware
OpenAstroTracker-Firmware copied to clipboard
Improved LCD support and made some park/homing fixes
-
Added RA Autohoming support to Guided startup
-
Added DEC Offset homing support to Guided startup
-
Defaulted Auto-home questions to YES on LCD during Guided Startup
-
Fixed bug that did not honor TrackingOffOnBoot flag when using Guided startup
-
Added DEC Offset homing support to CTRL menu
-
Removed SetParkingPos from CAL menu
-
Added SetDecHomingOffset to CAL menu
-
Fixed Park command to actually park DEC after homing
-
Fixed a bug that made DEC parking go in the wrong direction
-
Made Unpark go to home position after enabling Tracking
-
Fixed SetLimit commands to actually use passed limits
-
Fixed bug that did not change submenu items in the CTRL menu as button up and down were pressed
-
Renamed some menu items for clarity and consistency
Looks like your PR has code that needs to be changed in order to meet our coding standards! Here are your options:
- Apply the patch that was generated by the job
- Click
detailsunder the failing clang-format check - Click the
Artifactsdropdown in the top right - Download + unzip the
clang-format-diff.patchfile into theOpenAstroTracker-Firmwarerepo - Run
git apply clang-format-diff.patchto make the changes - Commit and push up the formatted code
- Click
- Run
clang-formatlocally- 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' - Commit and push up the formatted code
- Run the command