Skip to content

Commit

Permalink
Following advice of Michael Horbaschk, reduce threshold speed for fli…
Browse files Browse the repository at this point in the history
…ght mode to 30kts
  • Loading branch information
Stefan Kebekus committed Apr 4, 2020
1 parent a2d1996 commit 5ef2fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SatNav.h
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ private slots:

private:
// Aircraft is considered flying is speed is at least this high
static constexpr double minFlightSpeedInKT = 40.0;
static constexpr double minFlightSpeedInKT = 30.0;
// Coordinates of EDTF airfield
static constexpr double EDTF_lat = 48.022653;
static constexpr double EDTF_lon = 7.832583;
Expand Down

0 comments on commit 5ef2fec

Please sign in to comment.