OpenSprinkler Forums Comments, Suggestions, Requests Opensprinkler on ESP8266 Reply To: Opensprinkler on ESP8266

#48139

TeguhTeknisi
Participant

Here again the error:
11. Weather.h – Edit OpenSprinklerMain.cpp line 34, rename Weather.h to weather.h

sketch/OpenSprinklerMain.cpp:34:21: fatal error: Weather.h: No such file or directory
 #include "Weather.h"

12. Gpio.h – Edit gpio.cpp line 24, rename Gpio.h to gpio.h

sketch/gpio.cpp:24:18: fatal error: Gpio.h: No such file or directory
 #include "Gpio.h"

14. Utils.h – Edit utils.cpp line 24, rename Utils.h to gutils.h

sketch/utils.cpp:24:19: fatal error: Utils.h: No such file or directory
 #include "Utils.h"

15. TimeLib.h , Edit utils.cpp line 26, rename <TimeLib.h> to g“TimeLib.h”

sketch/utils.cpp:26:21: fatal error: TimeLib.h: No such file or directory
 #include <TimeLib.h>

16. Utils.h – Edit weather.cpp line 42, rename Utils.h to gutils.h

sketch/weather.cpp:42:19: fatal error: Utils.h: No such file or directory
 #include "Utils.h"