[chronojump] RaceAnalyzer. Fixed calibration_factor storage
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] RaceAnalyzer. Fixed calibration_factor storage
- Date: Thu, 2 May 2019 14:42:15 +0000 (UTC)
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]