From a11aa08faeab2d0899169080cb2348a7056b84de Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Mon, 2 Nov 2015 14:43:35 +0100 Subject: [PATCH] Bugfix --- ErgometerIPR/ErgometerApplication/ErgometerTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ErgometerIPR/ErgometerApplication/ErgometerTest.cs b/ErgometerIPR/ErgometerApplication/ErgometerTest.cs index cb4858a..f4d51ed 100644 --- a/ErgometerIPR/ErgometerApplication/ErgometerTest.cs +++ b/ErgometerIPR/ErgometerApplication/ErgometerTest.cs @@ -82,6 +82,7 @@ namespace ErgometerApplication currentstate = state.COOLINGDOWN; MainClient.SwitchTestModeAudio(); client.updateStepsText("Uw hartslag heeft het kritieke punt bereikt, we beginnen nu aan de cooldown."); + MainClient.ComPort.Write("PW 25"); } int pw = GetWorkloadPower(GetCurrentWorkload()); @@ -108,7 +109,6 @@ namespace ErgometerApplication } break; case state.COOLINGDOWN: - MainClient.ComPort.Write("PW 25"); if(MainClient.GetLastMeting().Seconds - workloadStarted > 360) { currentstate = state.STOP;