mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 19:20:41 +00:00
trunk roundhouse kick
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
#include "SinglePortModule.h"
|
||||
|
||||
|
||||
/**
|
||||
* A simple example module that just replies with "Message received" to any message it receives.
|
||||
*/
|
||||
@@ -14,9 +13,8 @@ class ReplyModule : public SinglePortModule
|
||||
ReplyModule() : SinglePortModule("reply", PortNum_REPLY_APP) {}
|
||||
|
||||
protected:
|
||||
|
||||
/** For reply module we do all of our processing in the (normally optional)
|
||||
* want_replies handling
|
||||
*/
|
||||
*/
|
||||
virtual MeshPacket *allocReply() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user