Some cleanup

This commit is contained in:
Martin Bauer
2021-07-28 16:00:34 +02:00
parent 472c1246a7
commit b0c90543ab
8 changed files with 19 additions and 14 deletions

View File

@@ -24,17 +24,15 @@ export const stopSession = () => ({
});
const INITIAL_SETTINGS = {
theme: "hot",
username: "",
//swimTrackerHost: "192.168.178.107", // am pool
swimTrackerHost: "192.168.42.1", // testgeraet
swimTrackerHost: "swimtracker",
analysis: {
peaksPerLap: 30,
windowSizeInSecs: 5,
numMeasurementsPerSec: 10,
kgFactor: 1.0 / 701.0,
kgFactor: 1.0 / (701.0 * 2.4),
peakDetector: 'SIMPLE', // either 'SIMPLE' or 'ZSCORE'
peakDetectorSimpleThreshold: 2000,