PFW-1480 Process the Mode command

pull/354/head
Guðni Már Gilbert 2023-09-14 20:46:15 +00:00 committed by DRracer
parent 22a8f1df57
commit 39b24f8b43
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ void Application::ProcessRequestMsg(const mp::RequestMsg &rq) {
case mp::RequestMsgCodes::Eject:
case mp::RequestMsgCodes::Home:
case mp::RequestMsgCodes::Load:
case mp::RequestMsgCodes::Mode:
case mp::RequestMsgCodes::Tool:
case mp::RequestMsgCodes::Unload:
PlanCommand(rq);