From 939f167dad499942539a5682e6368a16e3378d81 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Thu, 13 Sep 2018 01:36:14 +0200 Subject: [PATCH] no animation change on an empty network --- src/IlluCat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(){