Skip to content

Commit

Permalink
Fixed #515: Added 8m band without bandplan
Browse files Browse the repository at this point in the history
Based on the available information, only selected countries permit
this band. Therefore, the exact band plan is unknown now. For this reason,
the band has been added without a band plan, and the frequency is based on the Irish plan (40-45 MHz)
  • Loading branch information
foldynl committed Nov 26, 2024
1 parent e0a78ca commit ead3b4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/Migration.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Migration : public QObject
QString fixIntlField(QSqlQuery &query, const QString &columName, const QString &columnNameIntl);
bool refreshUploadStatusTrigger();

static const int latestVersion = 30;
static const int latestVersion = 31;
};

#endif // QLOG_CORE_MIGRATION_H
1 change: 1 addition & 0 deletions res/res.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
<file>sql/migration_028.sql</file>
<file>sql/migration_029.sql</file>
<file>sql/migration_030.sql</file>
<file>sql/migration_031.sql</file>
</qresource>
</RCC>
2 changes: 2 additions & 0 deletions res/sql/migration_031.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INSERT INTO bands (name, start_freq, end_freq, enabled) VALUES
('8m',40.0, 45.0, 0);

0 comments on commit ead3b4e

Please sign in to comment.