Wireless Terminal branch in PROS

Hi,

I was looking at the PROS CLI github page and I saw a branch for wireless-terminal debugging. How would I go about using this branch instead of the default branch?

https://github.com/purduesigbots/pros-cli/tree/feature/wireless-terminal

git checkout <branch name>

2 Likes

Note that the wireless terminal functionality in PROS is still not fully working (hence why it’s not yet merged into a release). In other words, don’t rely on it working, but if you’re able to provide concrete feedback on anything that doesn’t work I’m sure the team would appreciate it.

5 Likes

Clarifying that by saying not fully working, it actually works well, there are just some bugs.

7 Likes

Do I clone and install inside my PROS project? When i download and branched it still doesn’t open the terminal when wireless.

No, it’s a separate project. You’d download it and somehow run the branch instead of the currently installed one.

1 Like