I have problem with blink esp 8266

597/5000

hello I have a problem with the example you have on esp 8266 blink site
I loaded all the libraries
in the end I go on example wifi boards esp8266 stand alone
and the ide of Arduino gives me this error
Arduino: 1.8.7 (Linux), Card: “Generic ESP8266 Module, 80 MHz, 26 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None”

In file included from /home/apnea/Arduino/libraries/Blynk/examples/Boards_WiFi

/ESP8266_Standalone/ESP8266_Standalone.ino:37:0:

/home/apnea/Arduino/libraries/Blynk/src/BlynkSimpleEsp8266.h:18:21: fatal error: version.h: No such file or directory
#include <version.h>

Sounds like you haven’t installed the Blynk library correctly.

Pete.