mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
Be a friend
This commit is contained in:
parent
14372c7e35
commit
a7153a7aa9
@ -14,6 +14,8 @@ class RepeaterModule : public ProtobufModule<meshtastic_Routing>
|
|||||||
RepeaterModule();
|
RepeaterModule();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
friend class Router;
|
||||||
|
|
||||||
/** Called to handle a particular incoming message
|
/** Called to handle a particular incoming message
|
||||||
|
|
||||||
@return true if you've guaranteed you've handled this message and no other handlers should be considered for it
|
@return true if you've guaranteed you've handled this message and no other handlers should be considered for it
|
||||||
|
Loading…
Reference in New Issue
Block a user