We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Well, thats the question... What's te right way to call a handler used for MillisTimer.
For example, I have the handler used for MT:
void timerWDTresetHandler (MillisTimer &mt){ esp_task_wdt_reset(); }
And I want to call it sometimes like timerWDTresetHandler(); or something like that.
I could do some workarounds to do this, but what would be the right way of doing it?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Well, thats the question... What's te right way to call a handler used for MillisTimer.
For example, I have the handler used for MT:
And I want to call it sometimes like timerWDTresetHandler(); or something like that.
I could do some workarounds to do this, but what would be the right way of doing it?
Thanks!
The text was updated successfully, but these errors were encountered: