Hey,
I have the issue that the Buttons and other widgets on my App are lagging.
Meaning when I press a Button, say V[12] it takes several seconds to get the response.
Also when using switches, the Switchstate seems to bounce. Reverting back to unpressed mode after I pressed it.
Any idea why this could happen? I assume its because of the virtuinoRun() function always requesting every pin value of the App, no matter where the Arduino Code currently
is runninng. Because of that I also wanted to aks if there is a method to only read and write the value of selective pins in the App, instead of every pin initialized?
Thank you very much for your time!
I have the issue that the Buttons and other widgets on my App are lagging.
Meaning when I press a Button, say V[12] it takes several seconds to get the response.
Also when using switches, the Switchstate seems to bounce. Reverting back to unpressed mode after I pressed it.
Any idea why this could happen? I assume its because of the virtuinoRun() function always requesting every pin value of the App, no matter where the Arduino Code currently
is runninng. Because of that I also wanted to aks if there is a method to only read and write the value of selective pins in the App, instead of every pin initialized?
Thank you very much for your time!