mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-15 17:58:20 +01:00
no animation change on an empty network
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user