reduced transmitter timeout to 2 minutes
This commit is contained in:
@ -11,8 +11,9 @@ extern ComSubsystem SUBSYSTEM;
|
||||
|
||||
// The syrlinks must not transmitting longer then 15 minutes otherwise the
|
||||
// transceiver might be damaged due to overheating
|
||||
// 15 minutes in milliseconds
|
||||
static const uint32_t TRANSMITTER_TIMEOUT = 900000;
|
||||
// This is the initial timeout of 2 minutes. The timeout needs to be incremented
|
||||
// before each overpass
|
||||
static const uint32_t TRANSMITTER_TIMEOUT = 120000;
|
||||
|
||||
Subsystem& init();
|
||||
} // namespace com
|
||||
|
Reference in New Issue
Block a user