Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa40b074 authored by Frédéric Basse's avatar Frédéric Basse
Browse files

allow higher timeout when switching to t-flash due to sd card initialization

parent 259f5f89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ static bool setTFlashMode(BridgeManager *bridgeManager)
	}

	TFlashModeResponse *tFlashModeResponse = new TFlashModeResponse();
	success = bridgeManager->ReceivePacket(tFlashModeResponse);
	success = bridgeManager->ReceivePacket(tFlashModeResponse, 5000);
	unsigned int result = tFlashModeResponse->GetResult();
	delete tFlashModeResponse;