OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Modifying the firmware › Reply To: Modifying the firmware
November 30, 2017 at 11:16 pm
#48419
Ray
Keymaster
I think I’ve seen this problem before. This probably has to do with Mac and Windows treating Time.h and time.h as the same file name (case insensitive), whereas the firmware is looking for the system’s time.h. Try to remain Time.h and Time.cpp in the firmware folder to something else, like Timetime.h and Timetime.cpp, and see if it compiles.