Closed brainmachine closed 6 years ago
Right now I have to go into the Interface class constructor to get this to work.
problem code:
network = new Interface(); network.setNumStrips(1); network.setNumLedsPerStrip(8);
These work via UI now
Right now I have to go into the Interface class constructor to get this to work.
problem code:
network = new Interface(); network.setNumStrips(1); network.setNumLedsPerStrip(8);