Some cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user