more receiving

This commit is contained in:
Wolfgang Hottgenroth 2020-11-02 17:07:51 +01:00
parent bf7a059d2d
commit 29f28bb51d
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -85,7 +85,7 @@ static void handleRequestEngine(void *handle) {
case ENABLE_FRONTEND:
logMsg("hre state ENABLE_FRONTEND");
frontendEnable();
schAdd(timeoutHandler, handle, 500, 0); // 500ms timeout
schAdd(timeoutHandler, handle, 2500, 0);
localMbusCommHandle->state = RECEIVING;
localMbusCommHandle->receiving = false;
localMbusCommHandle->receiveCnt = 0;