Run and Bike power estimators - add preconditions to description

Fixes #3528
This commit is contained in:
Ale Martinez
2020-07-03 15:33:36 -03:00
parent e6938a38f8
commit 3b2aa33c6a
2 changed files with 8 additions and 4 deletions

View File

@@ -143,8 +143,10 @@ class FixDerivePowerConfig : public DataProcessorConfig
"wind speed shall be indicated in kph\n"
"wind direction (origin) unit is degrees "
"from -179 to +180 (-90=W, 0=N, 90=E, 180=S)\n"
"Note: if the ride file already contain wind data\n"
" it will be overridden if wind is entered manually")));
"Note: when the file already contains wind data, "
"it will be overridden if wind speed is set\n\n"
"The activity has to be a Ride with Speed, "
"Altitude and without Power data.")));
}
void readConfig() {

View File

@@ -117,8 +117,10 @@ class FixRunningPowerConfig : public DataProcessorConfig
"wind speed shall be indicated in kph\n"
"wind direction (origin) unit is degrees "
"from -179 to +180 (-90=W, 0=N, 90=E, 180=S)\n"
"Note: if the file already contain wind data "
"it will be overridden if wind is entered")));
"Note: when the file already contains wind data, "
"it will be overridden if wind speed is set\n\n"
"The activity has to be a Run with Speed, "
"Altitude and without Power data.")));
}
void readConfig() {