Private
Public Access
1
0

small bug fixes, new ranges for peak force angle

This commit is contained in:
Sander Roosendaal
2019-09-23 21:51:45 +02:00
parent eb30f78a7c
commit 2c1951ac9f
2 changed files with 2 additions and 2 deletions

View File

@@ -230,8 +230,8 @@ rowingmetrics = (
'numtype':'float',
'null':True,
'verbose_name': 'Peak Force Angle',
'ax_min': -20,
'ax_max': 20,
'ax_min': -50,
'ax_max': 50,
'default': 0,
'mode':'water',
'type': 'pro'}),

Binary file not shown.