I have been following all the steps correctly but got the following compilation problem in the Arduino IDE..
In file included from C:\Program Files (x86)\Arduino\libraries\Esp8266EasyIoT\examples\esp8266easyiot_temperature_humidity\esp8266easyiot_temperature_humidity.ino:11:0:
C:\Program Files (x86)\Arduino\libraries\Esp8266EasyIoT/Esp8266EasyIoT.h:28:24: fatal error: avr/eeprom.h: No such file or directory
#include <avr/eeprom.h>
^
compilation terminated.
exit status 1
Error compiling for board Generic ESP8266 Module.
..................................................................................................
I followed some of the blog posts as well. But was unable to find a proper solution. Please help anyone who is capable of giving a proper soution for this matter....