HWS-template (WD34) beta test topic

I was looking at the production version of w34_livedata.php and noticed that average and max wind speed are both defined using clientraw #158, which is “10-minute average wind speed (kts)”

$weather[“wind_speed_avg”] = convert_speed ($wd[158],$from,$to); and
$weather[“wind_speed_max”] = convert_speed ($wd[158],$from,$to);

I checked and it is still the same in beta. Maybe it doesn’t matter because we don’t show max wind speed anywhere, do we? Max gust shown uses CR#71.

But I would prefer the beta to make it clearer that the small “Average” value shown at top left of the Wind|Gust block is the 10-minute average, as is done in production.