Didn't actually callback lol

This commit is contained in:
Skylar Grant 2024-08-18 13:51:40 -04:00
parent f0ad09fadd
commit 1932913396
1 changed files with 1 additions and 0 deletions

View File

@ -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