Skip to content

Commit

Permalink
fix windDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn McKechnie committed Jul 22, 2018
1 parent 4ecd7e0 commit 5854b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/wxobs/wxobs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ if ($debug =='1') {
$minhumid = round($stats_row[7], 0);
$maxhumid = round($stats_row[8], 0);
echo "<td>$minhumid ($maxhumid)</td>";
ordinalCompass($stats_row[11], $debug);
ordinalCompass($stats_row[13], $debug);
echo "<td> $compass</td>"; //wind direction ordinal
list($x, $dec_plc) = $speedConvert ($stats_row[9], $wind_plc);
$minWind = round($x, $dec_plc);
Expand Down

0 comments on commit 5854b75

Please sign in to comment.