ThingPulse / esp8266-weather-station

ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
MIT License
1.06k stars 359 forks source link

Added "Feels-like" temperature #170

Closed sungkhum closed 4 years ago

sungkhum commented 4 years ago

/<Description of and rationale behind this PR> Calculations credit goes to https://gist.github.com/jfcarr/e68593c92c878257550d I don't know C++ so I don't know if I added the code in the best place. It does work for me (I'm able to display the value with currentWeather.feelsLikeTemp). I hope others find this number useful.