You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I have code working on my windows machine, but when porting to raspberry pi it doesn't do anything, do you have an idea why ?
my code 👍
var artnetclient = require('./node_modules/artnet-node/lib/artnet_client');
var client = artnetclient.createClient('192.168.0.10', 6454);
client.send([0,255,0,0]);
The text was updated successfully, but these errors were encountered:
Hello I have code working on my windows machine, but when porting to raspberry pi it doesn't do anything, do you have an idea why ?
my code 👍
var artnetclient = require('./node_modules/artnet-node/lib/artnet_client');
var client = artnetclient.createClient('192.168.0.10', 6454);
client.send([0,255,0,0]);
The text was updated successfully, but these errors were encountered: