Skip to content

Commit 3603fac

Browse files
committed
also start/stop alpine
1 parent af3ebf2 commit 3603fac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/OpenCOVER/plugins/hlrs/TacxFTMS/TacxFTMS.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ void TacxFTMS::setEnabled(bool flag) {
225225
udpNeo->send("stop");
226226
}
227227
}
228+
if (udpAlpine) {
229+
if (flag) {
230+
udpAlpine->send("start");
231+
} else {
232+
udpAlpine->send("stop");
233+
}
234+
}
228235
// WakeUp TacxFTMS
229236
Initialize();
230237
}

0 commit comments

Comments
 (0)