So in the Documents it is called BlynkTimer… but you are saying that instead of using something like #include <BlynkTimer.h>
we just keep using #include <SimpleTimer.h>
?
How does that work if we also use the SimpleTimer library in non-Blynk sketches… did you replace it (but call it the same thing) or merge something new into the original?