Fixed bug in beacon bumping

This commit is contained in:
Jordan Sherer
2018-07-15 16:48:27 -04:00
parent f2b876df49
commit 4c63129876
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -258,6 +258,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 prepareBeacon();
QString calculateDistance(QString const& grid);
void on_rptSpinBox_valueChanged(int n);