Hi all.
First off, a big thank you to the Thingpulse team for the WeatherStation project.
Amazing what these tiny things can do...
Anyway, here's my problem:
I am trying to run the WeatherStation Color code.
After changing my settings in the settings.h file and trying to compile in Arduino IDE, I get the following error:
Arduino: 1.8.5 (Windows 7), Board: "WeMos D1 R2 & mini, 80 MHz, 115200, 4M (3M SPIFFS)"
Archiving built core (caching) in: Z:\TEMP\arduino_cache_556507\core\core_esp8266_esp8266_d1_mini_CpuFrequency_80,UploadSpeed_115200,FlashSize_4M3M_a3d2f3ba9d42ea8481f365c66a945f01.a
sketch\esp8266-weather-station-color.ino.cpp.o: In function `drawAbout()':
D:\BackUp\ARDUINO\PROJECTS\ThingPulse Weather Station Color\esp8266-weather-station-color/esp8266-weather-station-color.ino:610: undefined reference to `gmtime'
sketch\esp8266-weather-station-color.ino.cpp.o: In function `getTime(long*)':
D:\BackUp\ARDUINO\PROJECTS\ThingPulse Weather Station Color\esp8266-weather-station-color/esp8266-weather-station-color.ino:610: undefined reference to `gmtime'
libraries\esp8266-weather-station-master\OpenWeatherMapForecast.cpp.o:(.text._ZN22OpenWeatherMapForecast5valueE6String+0x9e): undefined reference to `gmtime'
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board WeMos D1 R2 & mini.
My hardware is a 2.8 Inch ILI9341 240x320 SPI Touch Panel SPI and a Wemos D1 Mini.
Could you please guide me on what I am doing wrong?
Thanks in advance