Private
Public Access
1
0
This commit is contained in:
2024-11-26 19:40:10 +01:00
parent a8973b80b1
commit 029dddd1db
5 changed files with 42 additions and 9 deletions

View File

@@ -305,6 +305,19 @@ rowingmetrics = (
'type': 'pro',
'group': 'stroke'}),
('check_factor', {
'numtype': 'float',
'null': True,
'verbose_name': 'Check Factor',
'ax_min': 0,
'ax_max': 100,
'default': 0,
'sigfigs': 1,
'maysmooth': True,
'mode': 'water',
'type': 'pro',
'group': 'stroke'}),
('effectiveangle', {
'numtype': 'float',