add handleSetConfig, remove team

This commit is contained in:
Sacha Weatherstone
2022-05-02 08:53:44 +10:00
parent 3a1f20821e
commit 8f038ced15
4 changed files with 156 additions and 88 deletions

View File

@@ -23,6 +23,7 @@ class AdminModule : public ProtobufModule<AdminMessage>
void handleSetOwner(const User &o);
void handleSetChannel(const Channel &cc);
void handleSetRadio(RadioConfig &r);
void handleSetConfig(Config &c);
void handleGetChannel(const MeshPacket &req, uint32_t channelIndex);
void handleGetRadio(const MeshPacket &req);