softwareSerial was not declared in this scope

Hello and welcome to the Blynk forum. You didn’t give any details as to the type of device you are using, but your error is most likely sketch related (bad programming and/or syntax). Google “was not declared in this scope” for better understanding.

Make sure you have #include <SoftwareSerial.h> in the proper place at the beginning of your sketch.