Shorten code

If you have that many Virtual LED’s it would probably be simpler to control them directly with Blynk.virtualWrite(vPin, value) commands. No defining required and the value would act like a PWM intensity with a range of 0(OFF) to 255(ON).

And the for() loop method would work just as well with this single command.

I have controlled a few Virtual LED’s this way before :stuck_out_tongue_winking_eye: