Open-STEM / XRPCode

This is the repository for the full Python/Blockly IDE
GNU General Public License v3.0
0 stars 3 forks source link

Implement a stop button #18

Closed fgrossman closed 1 year ago

fgrossman commented 1 year ago

Right now if a program goes rogue or is in a loop, the only way to stop things is to hit the reset button on the robot. It would be nice to also have a stop button in the IDE if the robot is still attached via the USB cable.

fgrossman commented 1 year ago

This has been implemented