Beacon between 750Hz and 1250Hz

This commit is contained in:
Jordan Sherer 2018-10-03 18:27:43 -04:00
parent 075b041b0d
commit 0ca7c332f6

View File

@ -6364,7 +6364,7 @@ void MainWindow::prepareBeacon(){
}
// Choose a beacon frequency
auto f = findFreeFreqOffset(500, 1000, 50);
auto f = findFreeFreqOffset(750, 1250, 50);
auto text = lines.join(QChar('\n'));
if(text.isEmpty()){