OpenSprinkler › Forums › Third-Party Software › Announcement: Opensprinkler ET › Reply To: Announcement: Opensprinkler ET
June 12, 2018 at 1:38 pm
#50649
mpoloniato
Participant
After many tests, I compared the orginal FW with the ET one and I noticed that there were some differeces in the main program.
On the left the original, on the right the ET one which gave me compile errors.
After adding to the ET FW the lines:
#include <Wire.h>
#ifndef ESP8266
#include <SdFat.h>
#endif
I was able to compile the FW ET correctly. Is it safe to upload this FW to my controller? I don’t have such programming skills to understand completely the revision done.
Another question: the server for ui asset ui.veuphoria.com is usable onle with FW ET or can it be used also for the standard FW?
Thank you!