From 32ad80e28368422611f949d1aa21fe4009bc165c Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Tue, 19 Jul 2022 18:24:39 +0200 Subject: [PATCH] Confirm Button "commands" as well (send B0 A) --- src/application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application.cpp b/src/application.cpp index 128b1df..4c75204 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -196,6 +196,7 @@ void Application::ProcessRequestMsg(const mp::RequestMsg &rq) { case mp::RequestMsgCodes::Button: // behave just like if the user pressed a button mui::userInput.ProcessMessage(rq.value); + ReportCommandAccepted(rq, mp::ResponseMsgParamCodes::Accepted); break; case mp::RequestMsgCodes::Finda: // immediately report FINDA status