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(){
|
virtual void onConnectionChanged(){
|
||||||
PRINT_MSG(Serial, SPROCKET_TYPE, "connection changed");
|
PRINT_MSG(Serial, SPROCKET_TYPE, "connection changed");
|
||||||
if(!net->mesh.getNodeList().size()){
|
//if(!net->mesh.getNodeList().size()){
|
||||||
defaultAnimation();
|
// defaultAnimation();
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop(){
|
void loop(){
|
||||||
|
|||||||
Reference in New Issue
Block a user