-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge Ext Teledyne Test #2
base: main
Are you sure you want to change the base?
Conversation
having an issue with decoding the serial port
still having error making command instance
starts after modem boots FEAT: added deep logging for every part of this test TODO: closes threads non-gracefully (may need to look at using something else for displaying output)
[TODO] need to test with live serial port
…aths [FEAT] wrote setup.sh that make scripts executable and adds scripts into services to autostart modem test on boot and show log when user logs in [FEAT] changed the order of timings to wait till pi fully boots up [FEAT] made a bash script that runs the python script to display the logs [FEAT] added basic instructions in README to setup autostart on a pi [TODO] find a way to define the home directory in the service instead of explicitly writing it out
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.
It's not clear to me what you wrote and what came from teledyne. Since the code worked on the boat, I'd recommend merging the PR (after you fix the ds_store and pycache dust).
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.
recommend to add .DS_Store and remove the .DS_Store files from the branch. Also, remove pycache from the commit.
✅ Deploy Preview for teledyne-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Tested Code on pi with modems connected (including all setup and autostart scripts) and everything seems to work fine
Changes:
[TODO] need to work on closing the threads more gracefully in
modem_test_clam_shell.py