virtual dispatch

This commit is contained in:
2018-09-18 14:14:24 +02:00
parent a6a53c85fb
commit 0777e69e7a

View File

@@ -31,7 +31,7 @@ class MeshSprocket : public Sprocket {
return this;
} using Sprocket::activate;
void dispatch( uint32_t from, String &msg ) {
virtual void dispatch( uint32_t from, String &msg ) {
SprocketMessage sMsg;
sMsg.fromJsonString(msg);
if(sMsg.valid){