Skip to content

Commit

Permalink
Add PR #606 to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Nov 12, 2023
1 parent e6fa8f8 commit 0ca60ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,8 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* Add ability to double-click FreeDV Reporter entries to change the radio's frequency. (PR #592)
* FreeDV Reporter: Add ability to force RX Only reporting in Tools->Options. (PR #599)
* Add new 160m/80m/40m calling frequencies for IARU R2. (PR #601)
3. Other:
* Report OS usage to FreeDV Reporter. (PR #606)

## V1.9.4 October 2023

Expand Down
2 changes: 1 addition & 1 deletion src/reporting/FreeDVReporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void FreeDVReporter::connect_()
auth->insert("grid_square", gridSquare_);
auth->insert("version", software_);
auth->insert("rx_only", sio::bool_message::create(rxOnly_));
auth->insert("os", GetOperatingSystemString() );
auth->insert("os", GetOperatingSystemString());
}

// Reconnect listener should re-report frequency so that "unknown"
Expand Down

0 comments on commit 0ca60ea

Please sign in to comment.