mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
remove extraneous s from GPIO node...
This commit is contained in:
parent
a074bcfd56
commit
5b04b86867
@ -19,7 +19,7 @@ module.exports = function(RED) {
|
||||
var exec = require('child_process').exec;
|
||||
var spawn = require('child_process').spawn;
|
||||
var fs = require('fs');
|
||||
s
|
||||
|
||||
var gpioCommand = __dirname+'/nrgpio.py';
|
||||
|
||||
if (!fs.existsSync("/dev/ttyAMA0")) { // unlikely if not on a Pi
|
||||
|
Loading…
x
Reference in New Issue
Block a user