diff --git a/src/IlluCat.h b/src/IlluCat.h index 5e98b9e..8487e3b 100644 --- a/src/IlluCat.h +++ b/src/IlluCat.h @@ -134,9 +134,9 @@ class IlluCat : public MeshSprocket { } virtual void onConnectionChanged(){ PRINT_MSG(Serial, SPROCKET_TYPE, "connection changed"); - if(!net->mesh.getNodeList().size()){ - defaultAnimation(); - } + //if(!net->mesh.getNodeList().size()){ + // defaultAnimation(); + //} } void loop(){