From 6cc55fcbafefc23be3cda04fcdb32cab17c53768 Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Tue, 3 Jun 2025 19:25:42 -0700 Subject: [PATCH] Update comment. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f2870e50..ca727e2a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2260,7 +2260,7 @@ void MainFrame::performFreeDVOn_() { #ifdef _USE_TIMER m_plotTimer.Start(_REFRESH_TIMER_PERIOD, wxTIMER_CONTINUOUS); - m_updFreqStatusTimer.Start(1000); // every 5 seconds[UP] + m_updFreqStatusTimer.Start(1000); // every 1 second[UP] #endif // _USE_TIMER }); }