begin moving position stuff into plugin

This commit is contained in:
Kevin Hester
2020-11-28 13:51:51 +08:00
parent 5138aff4b2
commit 7737123d0f
8 changed files with 29 additions and 14 deletions

View File

@@ -7,12 +7,12 @@
class TextMessagePlugin : public MeshPlugin, public Observable<const MeshPacket *>
{
public:
/** Constructor
* name is for debugging output
*/
TextMessagePlugin() : MeshPlugin("text") {}
protected:
/**
* @return true if you want to receive the specified portnum
*/