mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Implement getOwner
This commit is contained in:
@@ -26,6 +26,7 @@ class AdminModule : public ProtobufModule<AdminMessage>
|
||||
|
||||
void handleGetChannel(const MeshPacket &req, uint32_t channelIndex);
|
||||
void handleGetRadio(const MeshPacket &req);
|
||||
void handleGetOwner(const MeshPacket &req);
|
||||
};
|
||||
|
||||
extern AdminModule *adminModule;
|
||||
|
||||
Reference in New Issue
Block a user