mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Computrainer +/- keys and load zero
The recent patch to fix displaying load on ANT+ devices broke the same for computrainer in manual ergo mode.
This commit is contained in:
@@ -127,7 +127,7 @@ ComputrainerController::getRealtimeData(RealtimeData &rtData)
|
||||
if ((Buttons&CT_MINUS) && !(Buttons&CT_F3)) {
|
||||
parent->Lower();
|
||||
}
|
||||
//rtData.setLoad(Load);
|
||||
rtData.setLoad(Load);
|
||||
|
||||
#if 0 // F3 now toggles calibration
|
||||
// FFWD/REWIND
|
||||
|
||||
Reference in New Issue
Block a user