fixed bugs in com subsystem

This commit is contained in:
Jakob Meier
2023-02-22 09:53:09 +01:00
parent c64a490324
commit 018f93cfbe
3 changed files with 13 additions and 2 deletions

View File

@ -11,7 +11,10 @@ extern ComSubsystem SUBSYSTEM;
// The syrlinks must not transmitting longer then 15 minutes otherwise the
// transceiver might be damaged due to overheating
static const uint32_t TRANSMITTER_TIMEOUT = 900000; // 15 minutes
// 15 minutes in milliseconds
//static const uint32_t TRANSMITTER_TIMEOUT = 900000;
static const uint32_t TRANSMITTER_TIMEOUT = 60000;
Subsystem& init();
} // namespace com