Check if time is between two time inputs.

oleost:
The Blynk library handles it.

This I can verify by doing serial print hour() and get the current time.

this:

DailyTimer::update();

needs to be in loop() as in the example...

your blocking code is a liability...