ESP32 - Wifi
Android version 11
Blynk server
v 0.6.1
I need to simulate a button push from code. The button is linked to V50.
I want to trigger exactly the code that is fired when i push the button on the app. Is there another (more direct) way to perform this besides putting the code of the BLYNK_WRITE(V50)
in a function (and then calling that function from the physical button push and the push simulated from code)?