ThingPulse / esp8266-weather-station

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

instructions how to install ESPHTTPClient.h are missing #206

Closed StefanL38 closed 1 year ago

StefanL38 commented 1 year ago

I appreciate that you provide source-code opensource of course.

anyway: I recommend if you publish any kind of project to github to really do all the steps that you describe in the documentation from the same start-position as a newbee.

This means use a computer that has ZERO arduino installation And do ALL the steps from there.

By testing your documentation this way you would have found that your documentation is MISSING the installation of file ESPHTTPClient.h

image

best regards Stefan

marcelstoer commented 1 year ago

The README is correct. ESPHTTPClient.h is part of this very library: https://github.com/ThingPulse/esp8266-weather-station/blob/master/src/ESPHTTPClient.h. Also, the library ZIP that Arduino installs does contain this header file.