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;