-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEATURE] Set port in project.pros
#223
Comments
For now, you can use a specific port by passing an option when you call the upload command. I will look at getting this added to the upload_options in project.pros, but it may take some time as we are busy with VSCode updates. |
Another workaround I'm using right now is adding this ports += [ListPortInfo('./virtualVEXUser', skip_link_detection=True), ListPortInfo('./virtualVEXSystem',skip_link_detection=True)] to pros-cli/pros/serial/ports/__init__.py Lines 11 to 15 in f57a010
*I'm making these using socat with |
Cool. I’ll close this once we get ports added to upload_options. |
project.pros
project.pros
Completed in #292 |
Expected Behavior:
There are options to set the system and user ports in the project file to custom (not autodetected) locations. I want to set them to virtual (./virtualcom0 or 1) non-USB ports.
Actual Behavior:
There don't seem to be any documented options? I looked through the code and couldn't find anything?
System information:
Operating System: Arch Linux
PROS Version: v3.3.3 from git
The text was updated successfully, but these errors were encountered: