Skip to content

Commit

Permalink
b3154
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrossley committed Nov 9, 2021
1 parent b399c29 commit a1f510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CumulusMX/GW1000Station.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ private void GetLiveData()
// Same for extra T/H sensors
for (var i = 1; i <= 8; i++)
{
if (ExtraHum[i] > 0 && ExtraTemp[i] > 0)
if (ExtraHum[i] > 0)
{
var dp = MeteoLib.DewPoint(ConvertUserTempToC(ExtraTemp[i]), ExtraHum[i]);
ExtraDewPoint[i] = ConvertTempCToUser(dp);
Expand Down

0 comments on commit a1f510e

Please sign in to comment.