[chronojump] RaceAnalyzer. Fixed calibration_factor storage



commit 5c9e5f669b13ee327961d39de75fba70606d5e5e
Author: Xavier Padullés <x padulles gmail com>
Date:   Thu May 2 14:01:52 2019 +0200

    RaceAnalyzer. Fixed calibration_factor storage

 arduino/raceAnalyzer/raceAnalyzer.ino | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/arduino/raceAnalyzer/raceAnalyzer.ino b/arduino/raceAnalyzer/raceAnalyzer.ino
index b0fa49dc..9bd2ca20 100644
--- a/arduino/raceAnalyzer/raceAnalyzer.ino
+++ b/arduino/raceAnalyzer/raceAnalyzer.ino
@@ -246,7 +246,6 @@ void calibrate(String inputString)
   //Reading the argument of the command. Located within the ":" and the ";"
   String loadString = get_command_argument(inputString);
   float load = loadString.toFloat();
-  float calibrationFactor = 0;
   float total = 0;
   for (int i = 1; i <= 1000;  i++)
   {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]