Skip to content

Commit

Permalink
hpa conversion quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mplogas committed Sep 18, 2024
1 parent 9349e6e commit b7cff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ecowitt.Controller/Mapping/SensorBuilderLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private static double K2M(double result)

private static double IM2HP(double im)
{
return im * 0.0338639;
return im * 33.86388;
}

private static double F2C(double fahrenheit)
Expand Down

0 comments on commit b7cff96

Please sign in to comment.