-
Notifications
You must be signed in to change notification settings - Fork 76
Add Test mode via terminal #258
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
Conversation
- Added ALT and AZ support. - Added Set Home support.
|
Looks like your PR has code that needs to be changed in order to meet our coding standards!
|
julianneswinoga
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to add in TEST_VERIFY_MODE to matrix_build.py because right now this code isn't being checked by CI. I think you also should change all the checks to #if (vs #ifdef) so that #define TEST_VERIFY_MODE 1 enables it. That'll make it easier to use with matrix_build.py
|
Just make sure you squash and merge! |
A new define (TEST_VERIFY_MODE) can be used to make the mount write menus to the terminal (serial port) and await commands from it (numeric keys).
Basic commands like moving RA/DEC/ALT/AZ, connecting to drivers, listing hardware, etc. are implemented.