Open cgmckeever opened 4 years ago
This PR also has the device flag fix https://github.com/workinghard/jslisten/pull/22
device flag fix
What this PR does:
delay
int rc = system(myKeys[triggerSection].swFilename);
Housekeeping:
Checked that:
Did not check:
--mode hold
Struggled with:
True equaling 0 https://github.com/workinghard/jslisten/blob/master/src/jslisten.c#L51
#define true 0 #define false 1
This PR also has the
device flag fix
https://github.com/workinghard/jslisten/pull/22What this PR does:
delay
which ONLY is currently coded to work with a single button pushint rc = system(myKeys[triggerSection].swFilename);
Housekeeping:
Checked that:
Did not check:
--mode hold
worksStruggled with:
True equaling 0 https://github.com/workinghard/jslisten/blob/master/src/jslisten.c#L51