Blynk example ESP8266_Shield_SoftSer has compile error

blynk example ESP8266_Shield_SoftSer has compile error.

ESP8266_Shield_SoftSer.ino:33:29: fatal error: ESP8266_SoftSer.h: No such file or directory
compilation terminated.

as i thought,
example line33 : #include ESP8266_SoftSer.h>
Can’t find ESP8266_SoftSer.h file anywhere.

thanks.

You need do download the libraries package file from https://github.com/blynkkk/blynk-library/releases/latest
It is named like Blynk_v0.3.1.zip.
It contains all needed libraries.

Thanks for your Blynk.