purduesigbots / pros-vsc

PROS plugin for VS Code
Mozilla Public License 2.0
20 stars 5 forks source link

🐛 Switch Brain View device info updating to event-based #205

Closed AndrewLuGit closed 7 months ago

AndrewLuGit commented 7 months ago

Previously, Brain View would update the device info every 3 seconds, which would sometimes interfere with the user running pros CLI commands. This PR uses the usb library to only update the device info when detecting a usb device has connected or disconnected.