Remove test packet transmission var settings
This commit is contained in:
parent
e30a60c6b8
commit
2aa194b18f
|
|
@ -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]
|
// Respond to [itss]
|
||||||
fdres->code = ResultCode_accepted;
|
fdres->code = ResultCode_accepted;
|
||||||
fdres_oer = malloc(16);
|
fdres_oer = malloc(16);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue