JHershey69 / OpenWeatherOneCall

Open Weather One Call library to gather current, hourly (48), and 7 day weather for your current location
GNU General Public License v3.0
37 stars 11 forks source link

v 3.0.4 compilation error - langCode.h: No such file or directory #27

Closed blackeneth closed 3 years ago

blackeneth commented 3 years ago

With v 3.0.4, get the following compilation error:

C:\Users\userid\Documents\Arduino\libraries\OpenWeatherOneCall\src/OpenWeatherOneCall.h:25:22: fatal error: langCode.h: No such file or directory compilation terminated.

OpenWeatherOneCall.h has an #include for langCode.h on line 25, but langCode.h is not present in the /src directory.

JHershey69 commented 3 years ago

Yes, sorry about that. I was working on a language selection option but it will require additional coding. I accidentally left it in the code. I have reissued the released to 3.0.5 with compiling code. Thanks for this issue report.