Button Widget turn on solenoid for a set time

Actually the BlynkTimer (which does use millis) is the best way for Blynk. Avoid delay() as it actually stops ALL processing for the set time.

Use a timeout timer, set for whatever time you need. I use them all the “time” :wink: for blinking things, timed relays, etc.

Probably becasue we regulate it to only Blynk related issues as much as possible :stuck_out_tongue_winking_eye: hint

1 Like