Skip to content

Commit

Permalink
Merge pull request #1305 from gqrx-sdr/sigmf-hw
Browse files Browse the repository at this point in the history
Add core:hw to SigMF metadata files
  • Loading branch information
argilo committed Oct 6, 2023
2 parents ef84e43 + 442ca2d commit 154bbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,7 @@ void MainWindow::startIqRecording(const QString& recdir, const QString& format)
{"core:sample_rate", sr/dec},
{"core:version", "1.0.0"},
{"core:recorder", "Gqrx " VERSION},
{"core:hw", QString("OsmoSDR: ") + m_settings->value("input/device", "").toString()},
}}, {"captures", QJsonArray {
QJsonObject {
{"core:sample_start", 0},
Expand Down

0 comments on commit 154bbe6

Please sign in to comment.