Update S&F with new object name

This commit is contained in:
Jm Casler
2021-12-02 17:27:38 -08:00
parent 0ca061a457
commit 6a426d5d71
2 changed files with 64 additions and 7 deletions

View File

@@ -71,6 +71,8 @@ class StoreForwardPlugin : public SinglePortPlugin, private concurrency::OSThrea
it
*/
virtual ProcessMessage handleReceived(const MeshPacket &mp);
virtual ProcessMessage handleReceivedProtobuf(const MeshPacket &mp, StoreAndForward *p);
};
extern StoreForwardPlugin *storeForwardPlugin;