summaryrefslogtreecommitdiff
path: root/sensorPlugins/stepCounter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sensorPlugins/stepCounter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensorPlugins/stepCounter.h b/sensorPlugins/stepCounter.h
index b6f2807..a7cb580 100644
--- a/sensorPlugins/stepCounter.h
+++ b/sensorPlugins/stepCounter.h
@@ -27,7 +27,7 @@ private:
QStepCounterSensor *stepcounterSensor;
int stepsOffset; //this is subtracted from the raw sensor value to compensate for daily step resets and boot offsets.
- const QString fileName = "stepsOut.txt";
+ const QString sensorPathPrefix = "stepCounter";
};
#endif // STEPCOUNTER_H