Open ingeea opened 8 years ago
I think you must have remove "-master" . when you unzip github file weeESP8266-master folder created . rename it weeESP8266.
try it ....
chinmoyrick - Nop
ESP8266 already defined somewhere... So you must change all "ESP8266" by something not define like "WEESP8266" in
you can just put #undef ESP8266 just before the class declaration
undef ESP8266
class ESP8266 {
does anyone know what is the Problem? i can not compile it with arduino IDE 1.6.6, i get this error: ...WeeESP8266-master/ESP8266.h:38:7: note: in expansion of macro 'ESP8266' class ESP8266 {