Remove test packet transmission var settings

This commit is contained in:
emanuel 2020-10-31 15:28:44 +00:00
parent e30a60c6b8
commit 2aa194b18f
1 changed files with 0 additions and 3 deletions

View File

@ -210,9 +210,6 @@ static int facilities_request(facilities_t *facilities, void* responder, uint8_t
}
}
transmission_interval = 1000;
transmission_duration = 60 * 1000;
// Respond to [itss]
fdres->code = ResultCode_accepted;
fdres_oer = malloc(16);