mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
begin moving position stuff into plugin
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user