Toggle Button off after a specific interval
Hi,
I want to switch off the toggle button itself after a specific interval, let's say 60 sec.
Currently it works fine in View.cpp using handleTickEvent but as soon as I navigate to different screen, it doesn't update.
Is it possible to run this counter in the backend?
I'm using STM32F429.
Thanks