ThingPulse / esp8266-weather-station

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

Fix unused/uninitialized variable warnings #214

Closed luebbe closed 1 year ago

luebbe commented 1 year ago

The summary says it all. This PR just fixes a few unused/uninitialized variable warnings issued by the compiler.

marcelstoer commented 1 year ago

Thanks