diff --git a/src/IlluCat.h b/src/IlluCat.h index f939994..38e9fc9 100644 --- a/src/IlluCat.h +++ b/src/IlluCat.h @@ -124,8 +124,8 @@ class IlluCat : public MeshSprocket { } } - void dispatch( uint32_t from, String &msg ) { - Serial.println(msg); + virtual void dispatch( uint32_t from, String &msg ) { + //Serial.println(msg); currentMessage.fromJsonString(msg); if(currentMessage.valid){ currentMessage.from = from;