Skip to content

Commit

Permalink
Elliptical trainer "FAL-SPORTS0195" (Brand and model: Maxxus CX 5.1) …
Browse files Browse the repository at this point in the history
…won't connect correctly #2025
  • Loading branch information
cagnulein committed Feb 26, 2024
1 parent 6d7fa3b commit 726a234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,6 @@ void trxappgateusbelliptical::controllerStateChanged(QLowEnergyController::Contr
}

uint16_t trxappgateusbelliptical::watts() { return m_watt.value(); }


void trxappgateusbelliptical::searchingStop() { searchStopped = true; }
2 changes: 2 additions & 0 deletions src/devices/trxappgateusbelliptical/trxappgateusbelliptical.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class trxappgateusbelliptical : public elliptical {
bool noHeartService = false;

uint8_t counterPoll = 0;
bool searchStopped = false;

#ifdef Q_OS_IOS
lockscreen *h = 0;
Expand All @@ -83,6 +84,7 @@ class trxappgateusbelliptical : public elliptical {

public slots:
void deviceDiscovered(const QBluetoothDeviceInfo &device);
void searchingStop();

private slots:

Expand Down

0 comments on commit 726a234

Please sign in to comment.