pigpio
pigpio copied to clipboard
initCheckLockFile always causes errno to be set
Since open
is used to check for the existance of the PID file before creating it, errno
is always set to "File not found" after a call to gpioInitialise
.
Is this desired behaviour?