From 6f6139934b5da951fb43f6970b44ef3d58c8129c Mon Sep 17 00:00:00 2001 From: zjk <1553836110@qq.com> Date: Thu, 7 Aug 2025 22:39:30 +0800 Subject: [PATCH] .. --- src/pAUV150/AUV150.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pAUV150/AUV150.cpp b/src/pAUV150/AUV150.cpp index 0386f98..393eadf 100644 --- a/src/pAUV150/AUV150.cpp +++ b/src/pAUV150/AUV150.cpp @@ -249,11 +249,11 @@ bool AUV150::OnStartUp() m_OriginLongitude = stod(value); handled = true; } - else if(param == "controlfrequency") - { - m_controlCycle = 1.0 / stod(value); - handled = true; - } + // else if(param == "controlfrequency") + // { + // m_controlCycle = 1.0 / stod(value); + // handled = true; + // } if(!handled) reportUnhandledConfigWarning(orig); }