Partial work from laptop -- non-routers can send a heartbeat

This commit is contained in:
Jm Casler
2021-02-27 22:34:53 -08:00
parent 5f041ea7e9
commit 52d85c9a41
2 changed files with 20 additions and 5 deletions

View File

@@ -63,6 +63,11 @@ class StoreForwardPluginRadio : public SinglePortPlugin
*/
void sendPayload(NodeNum dest = NODENUM_BROADCAST, bool wantReplies = false);
/**
* Send our payload into the mesh
*/
void sendPayloadHeartbeat(NodeNum dest = NODENUM_BROADCAST, bool wantReplies = false);
protected:
virtual MeshPacket *allocReply();