We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Esp8266weather.ino there is a dewpoint calculation double dewPoint(double tempf, double humidity) //Calculate dew Point
I've found the formula in various programs eg https://gist.github.com/Mausy5043/4179a715d616e6ad8a4eababee7e0281
and they all use celcuis as the input variable. I did a test using celcius with an online calculator, plus the formula shown in the SHT11 datasheet.
The input to your code should be celcius. The output is celcius.
The text was updated successfully, but these errors were encountered:
Ok i will take a look
Sorry, something went wrong.
Thanks!
No branches or pull requests
In Esp8266weather.ino there is a dewpoint calculation
double dewPoint(double tempf, double humidity) //Calculate dew Point
I've found the formula in various programs eg
https://gist.github.com/Mausy5043/4179a715d616e6ad8a4eababee7e0281
and they all use celcuis as the input variable. I did a test using celcius with an online calculator, plus the formula shown in the SHT11 datasheet.
The input to your code should be celcius. The output is celcius.
The text was updated successfully, but these errors were encountered: