Skip to content

Commit 1b26847

Browse files
committed
fixed rflink rain meter caused by previous patch
1 parent 02607a9 commit 1b26847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/RFLink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ bool CRFLink::ParseLine(const std::string &sLine)
757757

758758
if (bHaveRain)
759759
{
760-
SendRainSensor(ID, BatteryLevel, float(raincounter)*0.7f, "Rain");
760+
SendRainSensor(ID, BatteryLevel, float(raincounter), "Rain");
761761
}
762762

763763
if (bHaveWindDir && bHaveWindSpeed && bHaveWindGust && bHaveWindChill)

0 commit comments

Comments
 (0)