diff --git a/USER_MANUAL.html b/USER_MANUAL.html index 5a69a3a3..156c4320 100644 --- a/USER_MANUAL.html +++ b/USER_MANUAL.html @@ -196,6 +196,7 @@
  • FreeDV Reporter
  • The frequency that FreeDV reports is set by changing the “Report Frequency” drop down box in the main window. This is in kilohertz (kHz) and will turn red if the entered value is invalid. If Hamlib support is also enabled, this frequency will automatically remain in sync with the current VFO on the radio (i.e. if the frequency is changed in the application, the radio will also change its frequency).

    +

    Note: in some setups (such as when using ALE), it is not preferred to have the reporting frequency automatically be in sync with the radio. For example, in the case of ALE, the radio’s frequency changes multiple times per second while waiting for a contact, which is faster than FreeDV can pull the latest from the radio (every five seconds). This can be disabled by enabling “Manual Frequency Reporting” in Tools->Options.

    FreeDV will also show the callsigns of previously received signals. To view those, click on the arrow next to the last received callsign at the bottom of the window. These are in descending order by time of receipt (i.e. the most recently received callsign will appear at the top of the list).

    7 Multiple Mode Support

    FreeDV can simultaneously decode the following modes when selected prior to pushing “Start”:

    @@ -625,6 +626,7 @@ FMA - Supports FMA extensions using YMM state
  • Auto-size columns in Audio Options to improve readability. (PR #461)
  • Add support for modifying the drop down frequency list. (PR #460)
  • Preserve size and position of Audio Configuration dialog. (PR #466)
  • +
  • Add ability to suppress automatic frequency reporting on radio changes. (PR #469)
  • Build system: