mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Estimate Power - Add warning about accuracy
The sooner new users realize (or accept) they need a power meter for power analysis of general outdoor rides, the better.
This commit is contained in:
@@ -147,7 +147,11 @@ class FixDerivePowerConfig : public DataProcessorConfig
|
||||
"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 and "
|
||||
"Altitude.")));
|
||||
"Altitude.\n\n"
|
||||
"Warning: the accuracy of power estimation can be "
|
||||
"too low to be of practical use for power analysis "
|
||||
"of general outdoor rides using typical GPS data. "
|
||||
"A power meter is recommended.")));
|
||||
}
|
||||
|
||||
void readConfig() {
|
||||
|
||||
Reference in New Issue
Block a user