Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/comms/freedv/files/patch-src__fdmdv2_main.cpp
16146 views
1
--- src/fdmdv2_main.cpp.orig 2018-05-29 05:38:34 UTC
2
+++ src/fdmdv2_main.cpp
3
@@ -1198,10 +1198,12 @@ void MainFrame::OnTimer(wxTimerEvent &ev
4
sprintf(ber, "BER: %4.3f", b); wxString ber_string(ber); m_textBER->SetLabel(ber_string);
5
sprintf(resyncs, "Resyncs: %d", g_resyncs); wxString resyncs_string(resyncs); m_textResyncs->SetLabel(resyncs_string);
6
7
+/*
8
sprintf(freqoffset, "FrqOff: %3.1f", g_stats.foff);
9
wxString freqoffset_string(freqoffset); m_textFreqOffset->SetLabel(freqoffset_string);
10
sprintf(syncmetric, "Sync: %3.2f", g_stats.sync_metric);
11
wxString syncmetric_string(syncmetric); m_textSyncMetric->SetLabel(syncmetric_string);
12
+*/
13
14
if (g_State) {
15
16
17