pigpiod MUST NOT be running when you run your script.
sudo killall pigpiod
That should have removed the pid file so the following should give an error
sudo rm /var/run/pigpiod.pid
Now run your script.
sudo killall pigpiod
That should have removed the pid file so the following should give an error
sudo rm /var/run/pigpiod.pid
Now run your script.
Statistics: Posted by joan — Wed Nov 06, 2024 5:20 pm