mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 18:05:05 +01:00
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:
@@ -15,7 +15,7 @@ MeshCat sprocket(
|
||||
);
|
||||
|
||||
void setup() {
|
||||
sprocket.addPlugin(new PixelPlugin());
|
||||
sprocket.setup();
|
||||
sprocket.join(net);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user