Set ham mode admin message

This commit is contained in:
Ben Meadors
2023-02-04 15:11:36 -06:00
parent 21443dab05
commit b70af5cc78
2 changed files with 17 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class AdminModule : public ProtobufModule<meshtastic_AdminMessage>
void handleSetConfig(const meshtastic_Config &c);
void handleSetModuleConfig(const meshtastic_ModuleConfig &c);
void handleSetChannel();
void handleSetHamMode(const meshtastic_HamParameters &req);
void reboot(int32_t seconds);
};