Added link to documentation
This commit is contained in:
parent
674df2f6fc
commit
bef044110d
|
|
@ -20,10 +20,11 @@ export default {
|
||||||
default: 'debug'
|
default: 'debug'
|
||||||
},
|
},
|
||||||
|
|
||||||
// The rower specific settings. Either choose a profile from config/rowerProfiles.js or
|
// The rower specific settings. Either choose a profile from config/rowerProfiles.js (see
|
||||||
// define the settings individually. If you find good settings for a new rowing device
|
// https://github.com/laberning/openrowingmonitor/blob/main/docs/Supported_Rowers.md) or define
|
||||||
// please send them to us (together with a raw recording of 10 strokes) so we can add
|
// the settings manually (see https://github.com/laberning/openrowingmonitor/blob/main/docs/rower_settings.md
|
||||||
// the device to the profiles.
|
// on how to do this). If you find good settings for a new rowing device please send them to us (together
|
||||||
|
// with a raw recording of at least 10 strokes) so we can add the device to the profiles.
|
||||||
|
|
||||||
// EXAMPLE ROWER CONFIG : using a DKN R-320 Air Rower as is
|
// EXAMPLE ROWER CONFIG : using a DKN R-320 Air Rower as is
|
||||||
// rowerSettings: rowerProfiles.DKN_R320
|
// rowerSettings: rowerProfiles.DKN_R320
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue