1 index channel index

This commit is contained in:
Kevin Hester
2021-02-27 09:17:58 +08:00
parent 989f52494d
commit 63e0b53054
4 changed files with 4 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ class SinglePortPlugin : public MeshPlugin
// Update our local node info with our position (even if we don't decide to update anyone else)
MeshPacket *p = router->allocForSending();
p->decoded.portnum = ourPortNum;
p->which_payloadVariant = MeshPacket_decoded_tag;
return p;
}