You've already forked M5Module-LLM
mirror of
https://github.com/m5stack/M5Module-LLM.git
synced 2026-05-20 11:31:45 -07:00
format wrong
This commit is contained in:
+2
-1
@@ -62,7 +62,8 @@ int ApiSys::reset(bool waitResetFinish)
|
||||
if (waitResetFinish) {
|
||||
ret = MODULE_LLM_WAIT_RESPONSE_TIMEOUT;
|
||||
_module_msg->responseMsgList.clear();
|
||||
_module_msg->waitAndTakeMsg("0", [&ret](ResponseMsg_t& msg) { ret = msg.error.code; }, 5000);
|
||||
_module_msg->waitAndTakeMsg(
|
||||
"0", [&ret](ResponseMsg_t& msg) { ret = msg.error.code; }, 15000);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user