Want to solve a error

I am working on a project that is robot car with esp32 which will be controlled by blynk app software but in the coding I am getting a continous error.
ERROR:

exit status 1
‘Blynk’ was not declared in this scope

CODING OF ERROR:

Blynk.run();

Can anyone help me out with solving this error. I really need to get the solution of it.

We need to see your full (correctly formatted) code.

Pete.

My crystal ball says… nothing… I don’t use that crap… :stuck_out_tongue_winking_eye:

But since you haven’t really provided any information, all I can suspect is that you haven’t installed the Blynk Libraries correctly or some other syntax related issue with your invisible code.

I beleive, U forgot to put “}” at the end of your code.