OpenAstroTracker-Firmware
OpenAstroTracker-Firmware copied to clipboard
V1.13.3 Updates
- Added support for informational displays (no interactivity)
- Added implementation for a 128x64 OLED informational display
- Allowed ALT steps per revolution to be set directly
- Removed drift alignment and added ability to add it back with define
- Optimized string memory a little
- Lowered ESP32 second core priority
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