This patch fixes the dial reading problem...still needs to have the calibrated 
offset removed too.

*** mainwindow.cpp.bak    2024-07-31 11:13:19.540311871 -0500
--- mainwindow.cpp    2024-07-31 11:53:08.087278122 -0500
***************
*** 3403,3408 ****
--- 3403,3409 ----
  
    // lookup band
    auto const& band_name = m_config.bands ()->find (dial_frequency);
+   m_freqNominalPeriod = m_freqNominal; // need to remove the calibrated 
offset too -- has to be exposed in Configuration.hpp
    if (m_lastBand != band_name)
      {
        // only change this when necessary as we get called a lot and it



_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to