You've already forked M5Module-LLM
mirror of
https://github.com/m5stack/M5Module-LLM.git
synced 2026-05-20 11:31:45 -07:00
Add delay to receive message function
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ ModuleComm::Respond_t ModuleComm::getResponse(uint32_t timeout)
|
||||
break;
|
||||
}
|
||||
|
||||
// delay(5);
|
||||
delay(5);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user