move pixel plugin back to illucat, introduce setup method for better encapsulation of plugins in order to remove activation method

This commit is contained in:
2018-11-05 15:11:45 +01:00
parent 99dbd8379b
commit 299f7dae65
3 changed files with 6 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ MeshCat sprocket(
);
void setup() {
sprocket.addPlugin(new PixelPlugin());
sprocket.setup();
sprocket.join(net);
}