this is realy buggy somewhere..

This commit is contained in:
2023-07-12 18:33:02 +02:00
parent ff432a4194
commit 608eecb091
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ ReturnValue_t StrComHandler::performOperation(uint8_t operationCode) {
switch (state) {
case InternalState::POLL_ONE_REPLY: {
// Stopwatch watch;
replyTimeout.setTimeout(200);
replyTimeout.setTimeout(400);
replyResult = readOneReply(static_cast<uint32_t>(state));
{
MutexGuard mg(lock);