gohai / processing-uploadtopi

Tool for Processing to upload and run a sketch on a Raspberry Pi from within the IDE
39 stars 8 forks source link

How to stop / cancel execution #10

Open dkgrieshammer opened 7 years ago

dkgrieshammer commented 7 years ago

Your addon is amazing, just how to stop / cancel execution on the pi? I have vnc & ssh access, but i cannot find the according process to kill; thanks in advance :)

gohai commented 7 years ago

@dkgrieshammer This functionality is currently not available - you can upload another (e.g. empty) sketch, which will replace the currently running one (i.e. stop it) - but since sketches are currently also automatically started upon boot-up of the Pi, I did not felt it necessary to couple the execution of the sketch too much to what the Desktop program is doing. Thinking about a way of implementing this in the future.