We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error when I run node-red. Error refer to this line of code https://github.com/monteslu/node-red-contrib-gpio/blob/master/lib/nodebotNode.js#L65 This means can't create boardModule class. This can be fro two reasons
boardModule
I've tried to blink the led using galileo-io example from here https://github.com/rwaldron/galileo-io/blob/master/eg/blink.js It is working. I think this means that problem is not with galileo-io lib. Here is console.log for n:
n
n.boardType{ id: '9d57e2eb.62a82', type: 'nodebot', name: '', username: '', password: '', boardType: 'firmata', serialportName: '/dev/USBTTY1', connectionType: 'local', mqttServer: '', pubTopic: '', subTopic: '', tcpHost: '', tcpPort: '', sparkId: '', sparkToken: '', beanId: '', impId: '' }
boardtype is always 'firmata' and doesn't change whatever board I select.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this error when I run node-red.
Error refer to this line of code https://github.com/monteslu/node-red-contrib-gpio/blob/master/lib/nodebotNode.js#L65
This means can't create
boardModule
class. This can be fro two reasonsI've tried to blink the led using galileo-io example from here https://github.com/rwaldron/galileo-io/blob/master/eg/blink.js
It is working. I think this means that problem is not with galileo-io lib.
Here is console.log for
n
:boardtype is always 'firmata' and doesn't change whatever board I select.
The text was updated successfully, but these errors were encountered: