I want to use GET request to blynk than Blink change the value of virtual pin on my esp8266 devise. The problem is that I am trying to use link like this: http://blynk-cloud.com/my token/update/V5?value=1 My token i get from
I have one more question. I cant understand it in documentation how to set 3 virtual pins in one response? I tried https://blynk.cloud/external/api/update?token=token&V0=0&V1=1&V2=2
And it didnt work. Only first pin sended to the device. What am I doing wrong?