Config rework - Init getConfig

This commit is contained in:
Sacha Weatherstone
2022-05-01 12:39:48 +10:00
parent 8e996e3e63
commit 98cd19ea0f
3 changed files with 31 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ class AdminModule : public ProtobufModule<AdminMessage>
void handleGetChannel(const MeshPacket &req, uint32_t channelIndex);
void handleGetRadio(const MeshPacket &req);
void handleGetConfig(const MeshPacket &req);
void handleGetOwner(const MeshPacket &req);
};