BUg Isn't?

BLYNK_CONNECTED(){
Blynk.syncVirtual(V0);

Blynk.setProperty(V0, “onLabel”, “100”);
Blynk.setProperty(V0, “offLabel”, “0”);
}

Doesn’ t work ?

And what is connected to V0?

Pete.

V0 is a button.

I would like to Change Label .

}

BLYNK_WRITE(V0) //
{
Switch0 = param.asInt(); // Get value as integer
}