Hello How are you ?
I need help in my Project I need to send a command every 0.1 second but I didn’t find the timer in Blynk app
Please help me
1 second is the lowest reading rate most widgets can request with Blynk.virtualRead()
functions
You will need to use code and Blynktimer
to run whatever function you need every 100ms
1 Like