Since the latest update to Blynk v2.5.10 I had two separate issues with virtual pins on two different projects.
The first project uses a Wemos Mini D1 and is used to control my garage door. I also have a virtual LED showing the state of the door. After the update, I was not able to open/close the door. I connected my laptop to the board and opened serial monitor. I did not see a button push when I was pressing the button widget assigned to V1 in my project. I loaded the project on a brand new Wemos and got the same results. I then changed the code and re-assigned the push button widget to V10. The door started working correctly again and I was able to see the button push in my serial monitor. I then re-assigned the push button widget and changed the code back to V1. Now it works fine, on both boards! This project has been running for over 6 months without issue. The only changes made to it was the latest update.
The second project is using a Particle Electron. I am in the middle of building a project. I have two button widgets, one assigned to V0 and one to V3. During my testing and after the update, all of a sudden V0 and V3 did not function. I re-assigned the widgets to open virtual pins and the sketch started functioning correctly again. After that I re-assigned them back to the original settings of V0 and V3 and they worked correctly.
I have no clue why they stopped and then worked correctly again after switching them to a new pin and then back to the old. I am using iOS v9.1 on and iPhone 6 with Blynk app version v2.5.10 updated on December 13 and library version 0.4.1 in the Arduino IDE. I do not know what version the Particle IDE is using for Blynk library.
I did a search on the forum and I did not find anyone else reporting this issue?
Thanks