Issue on new blynk,

For virtual pins to work, you need to have additional code that is triggered when the virtual pin is pressed.
This consists of callback functions with the name ’BLYNK_WRITE(vPin)’ where ’vPin’ is the virtual PIN number of your datastream.

Read this for more info…

Pete.

1 Like