mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
[AFV] Fix aliased frequency handling
* ONLY use HF frequency if stations match and is closest station * better log messages
This commit is contained in:
committed by
Mat Sutcliffe
parent
ae5ede5667
commit
881ec39043
@@ -312,7 +312,7 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
quint32 getAliasFrequencyHz(quint32 frequencyHz) const;
|
||||
|
||||
bool fuzzyMatchCallSign(const QString &callsign, const QString &compareTo) const;
|
||||
bool fuzzyMatchCallsign(const QString &callsign, const QString &compareTo) const;
|
||||
void getPrefixSuffix(const QString &callsign, QString &prefix, QString &suffix) const;
|
||||
|
||||
static constexpr int PositionUpdatesMs = 20000; //!< position timer
|
||||
|
||||
Reference in New Issue
Block a user