Didn't actually callback lol
This commit is contained in:
parent
f0ad09fadd
commit
1932913396
@ -52,6 +52,7 @@ module.exports = {
|
||||
if (stderr) {
|
||||
callback(new Error(stderr));
|
||||
}
|
||||
callback(null);
|
||||
});
|
||||
},
|
||||
// Calls the GPIO Interface script to read a pin's state
|
||||
|
Loading…
Reference in New Issue
Block a user