From 3d61ba786b60efd9a2190bfa23b81d0967b35256 Mon Sep 17 00:00:00 2001 From: LittleMouse Date: Mon, 20 Jan 2025 16:40:09 +0800 Subject: [PATCH] Add delay to receive message function --- src/utils/comm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/comm.cpp b/src/utils/comm.cpp index af350b0..21d6c72 100644 --- a/src/utils/comm.cpp +++ b/src/utils/comm.cpp @@ -71,7 +71,7 @@ ModuleComm::Respond_t ModuleComm::getResponse(uint32_t timeout) break; } - // delay(5); + delay(5); } return ret;