15 should be enough

This commit is contained in:
Marius Eggert 2024-04-09 13:30:22 +02:00
parent 887f165484
commit 0f3eeb42d6
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
*/
class GpsHyperionLinuxController : public ExtendedControllerBase {
public:
// 30 minutes
static constexpr uint32_t MAX_SECONDS_TO_REACH_FIX = 60 * 30;
// 15 minutes
static constexpr uint32_t MAX_SECONDS_TO_REACH_FIX = 60 * 15;
enum ReadModes { SHM = 0, SOCKET = 1 };