Using millis() in Blynk

millis() is part of the Arduino core functions… and is not required nor excluded when using Blynk, any more so than other Arduino commands or libraries.

Generally it is used anytime you want to display UpTime or other “time past since boot” calculations.

1 Like