processing-uploadtopi
processing-uploadtopi copied to clipboard
How to stop / cancel execution
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 :)
@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.