fix warnings

This commit is contained in:
Sacha Weatherstone
2022-05-02 10:24:28 +10:00
parent 8f038ced15
commit 7ae8601ba5
5 changed files with 25 additions and 25 deletions

View File

@@ -23,7 +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 handleSetConfig(const Config &c);
void handleGetChannel(const MeshPacket &req, uint32_t channelIndex);
void handleGetRadio(const MeshPacket &req);