Does anyone know why i might now be getting and error message when compiling sketch with NodeMcu when i updated IDE to 1.8.6?
Before i had no problems compiling sketches but updated and keep getting this error message
In file included from /Users/--------------/Documents/Arduino/water_code_1/water_code_1.ino:22:0:
/Users/------------/Documents/Arduino/libraries/Blynk/src/BlynkSimpleEsp8266.h:18:21: fatal error: version.h: No such file or directory
#include <version.h>
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
What am i not doing correctly just seems weird?
Anyones help is greatly appreciated