Updated callsign handling

Reducing compound callsigns to their basecall for most commands except CQ and DE (beacon)
This commit is contained in:
Jordan Sherer
2018-07-23 11:45:41 -04:00
parent f47224979e
commit 857e19ed94
2 changed files with 50 additions and 65 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ private slots:
bool isFreqOffsetFree(int f, int bw);
int findFreeFreqOffset(int fmin, int fmax, int bw);
void scheduleBeacon(bool first=false);
void setBeaconTimer(QDateTime timestamp);
void setBaconTimer(QDateTime timestamp);
void prepareBacon();
QString calculateDistance(QString const& grid);
void on_rptSpinBox_valueChanged(int n);