purduesigbots / pros

Source code for PROS kernel: open source C/C++ development for the VEX V5 microcontroller
https://pros.cs.purdue.edu
Other
259 stars 76 forks source link

VDML Device Error Logging #518

Open Richard-Stump opened 1 year ago

Richard-Stump commented 1 year ago

In the future it would be great to have a log of device disconnects, mismatched ports, etc. that users can access. PROS 3 had features to display these things on the screen, but this feature was removed. The code remains in #if 0 blocks in PROS 4 and could maybe serve as a basis for this feature.