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

#46596

avgjoe
Participant

I see this code which is likely the source of my error above.
————————
#ifdef ESP8266
#ifndef WIFIMANAGER
uint8_t n = 0;
bool result = false;
————————-

I believe that my defines are not set correctly. Can you tell me where and how you expected them to be set?

Thanks!!