From 34635114dfb693d40db60c75a6430f8fda9a787b Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Wed, 19 Feb 2025 08:30:07 +0100 Subject: [PATCH] QZ CRUSH AT CONNECTION INITIAL 100 DOMYOS (Issue #3197) --- src/devices/ypooelliptical/ypooelliptical.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/ypooelliptical/ypooelliptical.cpp b/src/devices/ypooelliptical/ypooelliptical.cpp index f0c068282..95233ba41 100644 --- a/src/devices/ypooelliptical/ypooelliptical.cpp +++ b/src/devices/ypooelliptical/ypooelliptical.cpp @@ -392,7 +392,7 @@ void ypooelliptical::characteristicChanged(const QLowEnergyCharacteristic &chara emit debug(QStringLiteral("Current Watt: ") + QString::number(m_watt.value())); index += 2; } else if(DOMYOS) { - m_watt = watts(); + m_watt = elliptical::watts(); emit debug(QStringLiteral("Current Watt: ") + QString::number(m_watt.value())); }