You need to add a Blynk.syncVirtual(vPIN_MANUAL); after each Blynk.virtualWrite(vPIN_MANUAL, LOW); command.
I’d also recommend using 0 instead of LOW as it makes more sense to the reader.
Pete.
You need to add a Blynk.syncVirtual(vPIN_MANUAL); after each Blynk.virtualWrite(vPIN_MANUAL, LOW); command.
I’d also recommend using 0 instead of LOW as it makes more sense to the reader.
Pete.