more receiving

This commit is contained in:
Wolfgang Hottgenroth 2020-11-02 18:31:59 +01:00
parent 8978e2aee9
commit bff688884b
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -95,7 +95,7 @@ static void handleRequestEngine(void *handle) {
case ENABLE_FRONTEND:
logMsg("hre state ENABLE_FRONTEND");
frontendEnable();
schAdd(timeoutHandler, handle, 250, 0);
schAdd(timeoutHandler, handle, 2500, 0);
localMbusCommHandle->state = RECEIVING;
localMbusCommHandle->receiveCnt = 0;
receiveNext(localMbusCommHandle);