Add delay to receive message function

This commit is contained in:
LittleMouse
2025-01-20 16:40:09 +08:00
parent b75ce56a0f
commit 3d61ba786b
+1 -1
View File
@@ -71,7 +71,7 @@ ModuleComm::Respond_t ModuleComm::getResponse(uint32_t timeout)
break;
}
// delay(5);
delay(5);
}
return ret;