PWRFLcreative / Lightwork-Mapper

Automated LED mapping framework.
GNU General Public License v3.0
7 stars 2 forks source link

Fix Interface Class setters (numLeds and numStrips) #56

Closed brainmachine closed 6 years ago

brainmachine commented 7 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);

timrolls commented 7 years ago

These work via UI now